From d2fbc95b182a85333c008520f7f44e404e81530a Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Fri, 10 Sep 2021 12:13:17 +0100 Subject: No longer use flattened APEX packages in ART Buildbot targets. Using flattened APEXes in ART on-device testing is no longer necessary. Test: ART chroot-based on-device testing using the master-art branch Bug: 121117762 Change-Id: I4ae4e27d2950ed9620dc02b077370d7d748a7f20 --- BoardConfigCommon.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e741375..dda4b09 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -21,10 +21,6 @@ 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 - # Enable ART Module top level apex/sdk/module_export modules. When they are # enabled the ART Module prebuilts (packages/modules/ArtPrebuilt and # prebuilts/module_sdk/art) cannot be present with prefer:true in the build -- cgit v1.2.3