aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2020-10-12 15:10:36 +0100
committerMartin Stjernholm <mast@google.com>2020-10-19 20:42:46 +0100
commit8bd7b3a49a40c227350ba33501fa5b2db4062928 (patch)
tree15374d713e5cfd0d16dae779a7bcec994918d384
parent78c7a956d5bc934e3e0704f337305f738bd6e1f8 (diff)
downloadfuchsia-8bd7b3a49a40c227350ba33501fa5b2db4062928.tar.gz
Rename ART release APEX to com.android.art.
Test: See https://r.android.com/1457217 Bug: 169639321 Change-Id: I827c4fd4e4f12a128aae11f2c6ba7300ff78212b Merged-In: I827c4fd4e4f12a128aae11f2c6ba7300ff78212b
-rw-r--r--fuchsia.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuchsia.mk b/fuchsia.mk
index 631870c..9b6cacb 100644
--- a/fuchsia.mk
+++ b/fuchsia.mk
@@ -27,7 +27,7 @@ PRODUCT_BUILD_RAMDISK_IMAGE := false
# default is nosdcard, S/W button enabled in resource
PRODUCT_CHARACTERISTICS := nosdcard
-art_apex := com.android.art.release
+art_apex := com.android.art
ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
art_apex := com.android.art.debug
endif