summaryrefslogtreecommitdiff
path: root/build/apex/art_apex_test.py
diff options
context:
space:
mode:
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},
]