Add boot jars to fix Dalvik missing bootclasspath for mini emulator.

bug: 10146858

Change-Id: I159a5951a036f32c7eb02569c5b0fb12ce3a76dd
This commit is contained in:
Stuart Scott 2013-08-05 15:21:00 -07:00
parent bc9e8a7c7f
commit ee0748821f
2 changed files with 2 additions and 3 deletions

View file

@ -31,6 +31,3 @@ PRODUCT_PACKAGES += \
VpnDialogs
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_base.mk)
# Override the PRODUCT_BOOT_JARS set in core_minimal.mk
PRODUCT_BOOT_JARS := core:conscrypt:okhttp:core-junit:bouncycastle:ext:framework:framework2:telephony-common:voip-common:mms-common:android.policy:services:apache-xml:webviewchromium

View file

@ -67,3 +67,5 @@ PRODUCT_PACKAGES += \
voip-common
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
# Override the PRODUCT_BOOT_JARS set in core_minimal.mk
PRODUCT_BOOT_JARS := core:conscrypt:okhttp:core-junit:bouncycastle:ext:framework:framework2:telephony-common:voip-common:mms-common:android.policy:services:apache-xml:webviewchromium