/build/core/version_defaults.mk
版本號碼
PLATFORM_VERSION := 6.0.1
/build/core/build_id.mk
代號
export BUILD_ID=MMB29M
1.) Put apktool.jar and test.apk in same folder
2.) Go to the jar and .apk path by command line
3.) And fire the command java -jar apktool.jar d test.apk
4.) It will generate a folder with the name "test" in the same folder
scp -p -P 29418 <your username>@<your Gerrit review server>:hooks/commit-msg <local path to your git>/.git/hooks/ 出處: https://git.eclipse.org/r/Documentation/cmd-hook-commit-msg.html