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

Commit 12516509 authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

Merge "Remove android.test.base from bootclasspath" am: 70a875af

am: bff6f6e6

Change-Id: I9a57f7eb342101fdc3f181edfdd79a3da5930147
parents bba55ee2 bff6f6e6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -337,7 +337,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