Loading core/config.mk +7 −0 Original line number Original line Diff line number Diff line Loading @@ -833,6 +833,13 @@ else SUPPORT_LIBRARY_ROOT := frameworks/support SUPPORT_LIBRARY_ROOT := frameworks/support endif 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. # Historical SDK version N is stored in $(HISTORICAL_SDK_VERSIONS_ROOT)/N. # The 'current' version is whatever this source tree is. # The 'current' version is whatever this source tree is. # # Loading target/product/core_tiny.mk +1 −6 Original line number Original line Diff line number Diff line Loading @@ -87,18 +87,13 @@ PRODUCT_PACKAGES += \ # The order matters # The order matters PRODUCT_BOOT_JARS := \ PRODUCT_BOOT_JARS := \ core-oj \ $(TARGET_CORE_JARS) \ core-libart \ conscrypt \ okhttp \ legacy-test \ legacy-test \ bouncycastle \ ext \ ext \ framework \ framework \ telephony-common \ telephony-common \ voip-common \ voip-common \ ims-common \ ims-common \ apache-xml \ nullwebview \ nullwebview \ org.apache.http.legacy.boot \ org.apache.http.legacy.boot \ android.hidl.base-V1.0-java \ android.hidl.base-V1.0-java \ Loading Loading
core/config.mk +7 −0 Original line number Original line Diff line number Diff line Loading @@ -833,6 +833,13 @@ else SUPPORT_LIBRARY_ROOT := frameworks/support SUPPORT_LIBRARY_ROOT := frameworks/support endif 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. # Historical SDK version N is stored in $(HISTORICAL_SDK_VERSIONS_ROOT)/N. # The 'current' version is whatever this source tree is. # The 'current' version is whatever this source tree is. # # Loading
target/product/core_tiny.mk +1 −6 Original line number Original line Diff line number Diff line Loading @@ -87,18 +87,13 @@ PRODUCT_PACKAGES += \ # The order matters # The order matters PRODUCT_BOOT_JARS := \ PRODUCT_BOOT_JARS := \ core-oj \ $(TARGET_CORE_JARS) \ core-libart \ conscrypt \ okhttp \ legacy-test \ legacy-test \ bouncycastle \ ext \ ext \ framework \ framework \ telephony-common \ telephony-common \ voip-common \ voip-common \ ims-common \ ims-common \ apache-xml \ nullwebview \ nullwebview \ org.apache.http.legacy.boot \ org.apache.http.legacy.boot \ android.hidl.base-V1.0-java \ android.hidl.base-V1.0-java \ Loading