| commit | dd9e2f1e1195d18b2c5ed005f15392e06fbe418b | [log] [tgz] |
|---|---|---|
| author | Rico Wind <ricow@google.com> | Thu Jan 10 13:17:27 2019 +0100 |
| committer | Rico Wind <ricow@google.com> | Thu Jan 10 13:17:27 2019 +0100 |
| tree | 0e6dd49d7943b7ca61342099390862f148e18c27 | |
| parent | 766d522f57e2e8109fb6e3b431e215c0a9ed0aeb [diff] |
Use no internal for building R8 lib on golem builders Change-Id: I969c17c88b43bf35db53f929121639c3e46ae3e2
diff --git a/tools/golem_build.py b/tools/golem_build.py index ef9f994..d55def1 100755 --- a/tools/golem_build.py +++ b/tools/golem_build.py
@@ -8,7 +8,7 @@ import gradle import sys -GRADLE_ARGS = ['--no-daemon'] +GRADLE_ARGS = ['--no-daemon', '-Pno_internal'] BUILD_TARGETS = ['R8', 'D8', 'R8Lib', 'buildExampleJars', 'CompatDx', 'downloadAndroidCts', 'downloadDx']