commit | a99636cb245289de7bc4ce301749651533fa8901 | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Thu Nov 28 14:00:26 2019 +0100 |
committer | Søren Gjesse <sgjesse@google.com> | Mon Dec 02 07:47:28 2019 +0000 |
tree | eb568b3474787eaf580c0be447a034fe72bbba21 | |
parent | fe640e58ff5aea04149787577ff466d867698485 [diff] [blame] |
Remove building of compat jars Bug: 145339280 Change-Id: Iabc4727526c00df50b80fde25769a83b10122560
diff --git a/tools/golem_build.py b/tools/golem_build.py index 30d46bc..cbebc4c 100755 --- a/tools/golem_build.py +++ b/tools/golem_build.py
@@ -9,7 +9,7 @@ import sys GRADLE_ARGS = ['--no-daemon'] -BUILD_TARGETS = ['R8', 'D8', 'R8LibApiOnly', 'buildExampleJars', 'CompatDx', +BUILD_TARGETS = ['R8', 'D8', 'R8LibApiOnly', 'buildExampleJars', 'downloadAndroidCts', 'downloadDx'] def Main():