summaryrefslogtreecommitdiff
path: root/tests/Codegen/runTest.sh
diff options
context:
space:
mode:
author Eugene Susla <eugenesusla@google.com> 2019-07-25 14:05:12 -0700
committer Eugene Susla <eugenesusla@google.com> 2019-08-05 16:54:41 -0700
commit3156a4ce21cb4de46f84b8c7264a3dc31dd8db8b (patch)
treecf2a361a56d6f45de239da3ff5f4fa58e1d59431 /tests/Codegen/runTest.sh
parent2eaec69928b0394b7e6979c71a707d1b2418365c (diff)
Addresses further review comments from ag/8000041
Including: - An API to opt out of Int/StringDefs generation on per-field basis - A way to customize Builder - Non-optional fields are passed in Builder constructor - Various adjustments to SampleDataclass examples, as requested Test: . $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/runTest.sh Change-Id: I32d2eec52f05d505ff07779d923e4793d3036579
Diffstat (limited to 'tests/Codegen/runTest.sh')
-rwxr-xr-xtests/Codegen/runTest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Codegen/runTest.sh b/tests/Codegen/runTest.sh
index bc1aae03e9a6..614cbb7c9eb6 100755
--- a/tests/Codegen/runTest.sh
+++ b/tests/Codegen/runTest.sh
@@ -12,6 +12,7 @@ else
header_and_eval m -j16 codegen_cli && \
header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegentest/SampleDataClass.java && \
+ header_and_eval codegen $ANDROID_BUILD_TOP/frameworks/base/tests/Codegen/src/com/android/codegentest/SampleWithCustomBuilder.java && \
cd $ANDROID_BUILD_TOP &&
header_and_eval mmma -j16 frameworks/base/tests/Codegen && \
header_and_eval adb install -r -t $ANDROID_PRODUCT_OUT/testcases/CodegenTests/arm64/CodegenTests.apk && \