From 3e9abfc9779399815a7dc8d492466a1234b7fdcd Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Fri, 9 Oct 2020 22:17:51 +0100 Subject: 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 --- build/apex/art_apex_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/apex/art_apex_test.py') 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}, ] -- cgit v1.2.3-59-g8ed1b