ae799cc4e8
Use BaseIconRoot as an example. Also add bpfmt file formatting. Bug: 393609690 Test: Verified compilation worked well and font actually built successfully in both gradle and make. Flag: com.android.launcher3.google_sans_flex_font Change-Id: I2200d13a8d57e5d046a35226f08a751add937ca7
15 lines
307 B
INI
15 lines
307 B
INI
[Builtin Hooks]
|
|
ktfmt = true
|
|
bpfmt = true
|
|
|
|
[Builtin Hooks Options]
|
|
ktfmt = --kotlinlang-style
|
|
bpfmt = -d
|
|
|
|
[Tool Paths]
|
|
ktfmt = ${REPO_ROOT}/external/ktfmt/ktfmt.sh
|
|
|
|
[Hook Scripts]
|
|
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --config_xml tools/checkstyle.xml --sha ${PREUPLOAD_COMMIT}
|
|
|