summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2020-01-12 14:07:20 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-12 14:07:20 -0800
commit8828218ec8860f14ce511042b4e20a0fe61f3071 (patch)
tree22beae6ad3c2aa9f0829a62d679f57d33fc3895b
parent4b7b4f10145d975a5a4a15f8041a3fe740888f48 (diff)
parent3f590b6b44ea9733a0c6c9d73c1fe6f40d0b3ad2 (diff)
downloaddevice_generic_art-8828218ec8860f14ce511042b4e20a0fe61f3071.tar.gz
device_generic_art-8828218ec8860f14ce511042b4e20a0fe61f3071.tar.bz2
device_generic_art-8828218ec8860f14ce511042b4e20a0fe61f3071.zip
Use flattened APEX packages in ART Buildbot targets.
am: 3f590b6b44 Change-Id: Ife1e705d9f45fb6cb05b35475095c050238c4a64
-rw-r--r--BoardConfigCommon.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 61276d8..f2dfec8 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -20,3 +20,7 @@ TARGET_NO_BOOTLOADER := true
TARGET_NO_KERNEL := true
TARGET_CPU_SMP := true
+
+# Flatten APEX packages to make them simpler to use in
+# ART testing/benchmarking environments.
+TARGET_FLATTEN_APEX := true