summaryrefslogtreecommitdiff
path: root/PREUPLOAD.cfg
blob: 711c12d20a849d39029a8e3e9beafb4f451a76f5 (plain)
1
2
3
4
5
6
7
8
9
10
[Hook Scripts]
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
                  -fw core/java/android/
                      core/tests/coretests/src/android/
                      packages/PrintRecommendationService/
                      packages/PrintSpooler/
                      services/print/
                      services/usb/

api_lint_hook = ${REPO_ROOT}/frameworks/base/tools/apilint/apilint_sha.sh ${PREUPLOAD_COMMIT}