summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
author Martin Stjernholm <mast@google.com> 2020-10-09 22:17:51 +0100
committer Martin Stjernholm <mast@google.com> 2020-10-23 10:03:13 +0000
commit3e9abfc9779399815a7dc8d492466a1234b7fdcd (patch)
treefd1017f153d3759488914c4d372f543125722ad1 /build/apex/art_apex_test.py
parent35b132e3377029a356cfbc9e4682e3ebceb83edf (diff)
Rename ART release APEX to com.android.art.
Test: Build & boot on AOSP master Test: `m` on AOSP master, flipping PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD between true and false, and check out/target/product/bonito/symbols/apex/com.android.art. Test: art/build/apex/runtests.sh Test: art/tools/buildbot-build.sh {--host,--target} Test: art/tools/run-gtests.sh Test: m test-art-host-gtest Test: art/test/testrunner/testrunner.py --target --64 --optimizing Test: m build-art-target-golem Bug: 169639321 Change-Id: Ic4bb8d6f9988ce99bba326b9c635bd3c01ed74ab Merged-In: Ic4bb8d6f9988ce99bba326b9c635bd3c01ed74ab
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-xbuild/apex/art_apex_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index 0a9c591473..efe12aaab0 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -1074,7 +1074,7 @@ def art_apex_test_default(test_parser):
# TODO: Add host support.
# TODO: Add support for flattened APEX packages.
configs = [
- {'name': 'com.android.art.release', 'flavor': FLAVOR_RELEASE, 'host': False},
+ {'name': 'com.android.art', 'flavor': FLAVOR_RELEASE, 'host': False},
{'name': 'com.android.art.debug', 'flavor': FLAVOR_DEBUG, 'host': False},
{'name': 'com.android.art.testing', 'flavor': FLAVOR_TESTING, 'host': False},
]