forked from openkylin/platform_build
Merge "core: Move core.oat bootjar definitions into core/config" am: 5e1aa20225
am: db52463bb3
Change-Id: I7fe90df0a8dae2fb5aa9f0dbcfc21a77b2700a87
This commit is contained in:
commit
9c57325093
|
@ -802,6 +802,13 @@ else
|
|||
SUPPORT_LIBRARY_ROOT := frameworks/support
|
||||
endif
|
||||
|
||||
#################################################################
|
||||
# Set up minimal BOOTCLASSPATH list of jars to build/execute
|
||||
# java code with dalvikvm/art.
|
||||
#################################################################
|
||||
TARGET_CORE_JARS := core-oj core-libart conscrypt okhttp bouncycastle apache-xml
|
||||
HOST_CORE_JARS := $(addsuffix -hostdex,$(TARGET_CORE_JARS))
|
||||
|
||||
# Historical SDK version N is stored in $(HISTORICAL_SDK_VERSIONS_ROOT)/N.
|
||||
# The 'current' version is whatever this source tree is.
|
||||
#
|
||||
|
|
|
@ -87,18 +87,13 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# The order matters
|
||||
PRODUCT_BOOT_JARS := \
|
||||
core-oj \
|
||||
core-libart \
|
||||
conscrypt \
|
||||
okhttp \
|
||||
$(TARGET_CORE_JARS) \
|
||||
legacy-test \
|
||||
bouncycastle \
|
||||
ext \
|
||||
framework \
|
||||
telephony-common \
|
||||
voip-common \
|
||||
ims-common \
|
||||
apache-xml \
|
||||
nullwebview \
|
||||
org.apache.http.legacy.boot \
|
||||
android.hidl.base-V1.0-java \
|
||||
|
|
Loading…
Reference in New Issue