Merge "Factor elements common to all ART generic device BoardConfig.mk files." am: e5c490a32f am: 4b7b4f1014

Change-Id: Ic56d7fb3ab2575e4f1b8ca6ade5fe4146233ca74
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 61276d8..f2dfec8 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -20,3 +20,7 @@
 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