Merge "Remove android.test.base from bootclasspath"

am: 70a875afec

Change-Id: Ie2a5f4298b7ae40e823f2cd4b3a6e69754860eca
This commit is contained in:
Paul Duffin
2019-04-09 03:44:39 -07:00
committed by android-build-merger

View File

@@ -329,7 +329,8 @@ PRODUCT_COPY_FILES += \
# Add the compatibility library that is needed when android.test.base
# is removed from the bootclasspath.
ifeq ($(REMOVE_ATB_FROM_BCP),true)
# 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