Fix: Conditionally remove atb from bootclasspath for core_tiny.xml

Seems to be a cut-and-paste error in ag/3520851
base and core_minimal use REMOVE_ATB_FROM_BCP,
core_tiny used REMOVE_OAHL_FROM_BCP
(cut and pasted from the section above for
framework-oahl-backward-compatibility)

Bug: 74074575
Bug: 30188076
Test: no more of the following on wear:
  Unable to open boot classpath entry: /system/framework/framework-atb-backward-compatibility.jar
Signed-off-by: Ben Fennema <fennema@google.com>

Change-Id: I25327705ff37ab3d077b3917fcca096c398eb3ee
This commit is contained in:
Ben Fennema 2018-04-03 21:32:01 -07:00
parent 001bc1ee00
commit 86702c24f4

View file

@ -109,7 +109,7 @@ else
PRODUCT_BOOT_JARS += org.apache.http.legacy.boot PRODUCT_BOOT_JARS += org.apache.http.legacy.boot
endif endif
ifeq ($(REMOVE_OAHL_FROM_BCP),true) ifeq ($(REMOVE_ATB_FROM_BCP),true)
PRODUCT_BOOT_JARS += framework-atb-backward-compatibility PRODUCT_BOOT_JARS += framework-atb-backward-compatibility
else else
PRODUCT_BOOT_JARS += android.test.base PRODUCT_BOOT_JARS += android.test.base