Merge "Revert "core: Move core.oat bootjar definitions into core/config"" am: 1e14bc3b7b am: cc33b6005f

am: 78d9b75329

Change-Id: I1bd6af643810358d4ea8426338607c6f506dad72
This commit is contained in:
Mariano Giardina 2017-06-15 11:15:23 +00:00 committed by android-build-merger
commit a43852fcdc
2 changed files with 6 additions and 8 deletions

View File

@ -834,13 +834,6 @@ 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.
#

View File

@ -87,13 +87,18 @@ PRODUCT_PACKAGES += \
# The order matters
PRODUCT_BOOT_JARS := \
$(TARGET_CORE_JARS) \
core-oj \
core-libart \
conscrypt \
okhttp \
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 \