Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9910b5e4 authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Remove use of REMOVE_ATB_FROM_BCP"

parents bebc8a35 24f62069
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -39,16 +39,6 @@ PRODUCT_UPDATABLE_BOOT_JARS := \
    com.android.tethering:framework-tethering \
    com.android.ipsec:android.net.ipsec.ike

# Add the compatibility library that is needed when android.test.base
# is removed from the bootclasspath.
# Default to excluding android.test.base from the bootclasspath.
ifneq ($(REMOVE_ATB_FROM_BCP),false)
  PRODUCT_PACKAGES += framework-atb-backward-compatibility
  PRODUCT_BOOT_JARS += framework-atb-backward-compatibility
else
  PRODUCT_BOOT_JARS += android.test.base
endif

# Minimal configuration for running dex2oat (default argument values).
# PRODUCT_USES_DEFAULT_ART_CONFIG must be true to enable boot image compilation.
PRODUCT_USES_DEFAULT_ART_CONFIG := true