forked from openkylin/platform_build
Merge "Remove HIDL libs from PRODUCT_BOOT_JARS." am: 44199a57da
am: f484673f9e
Change-Id: Ic7102564b0a20d2292b1d44256a588d53eae5f53
This commit is contained in:
commit
f4c08b685f
|
@ -13,8 +13,6 @@ ifneq (,$(filter platform-java, $(MAKECMDGOALS))$(PDK_FUSION_PLATFORM_ZIP)$(PDK_
|
||||||
# all paths under out dir
|
# all paths under out dir
|
||||||
PDK_PLATFORM_JAVA_ZIP_JAVA_TARGET_LIB_DIR += \
|
PDK_PLATFORM_JAVA_ZIP_JAVA_TARGET_LIB_DIR += \
|
||||||
target/common/obj/JAVA_LIBRARIES/android.test.runner_intermediates \
|
target/common/obj/JAVA_LIBRARIES/android.test.runner_intermediates \
|
||||||
target/common/obj/JAVA_LIBRARIES/android.hidl.base-V1.0-java_intermediates \
|
|
||||||
target/common/obj/JAVA_LIBRARIES/android.hidl.manager-V1.0-java_intermediates \
|
|
||||||
target/common/obj/JAVA_LIBRARIES/android-common_intermediates \
|
target/common/obj/JAVA_LIBRARIES/android-common_intermediates \
|
||||||
target/common/obj/JAVA_LIBRARIES/android-ex-camera2_intermediates \
|
target/common/obj/JAVA_LIBRARIES/android-ex-camera2_intermediates \
|
||||||
target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates \
|
target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates \
|
||||||
|
|
|
@ -270,9 +270,7 @@ PRODUCT_BOOT_JARS := \
|
||||||
framework \
|
framework \
|
||||||
telephony-common \
|
telephony-common \
|
||||||
voip-common \
|
voip-common \
|
||||||
ims-common \
|
ims-common
|
||||||
android.hidl.base-V1.0-java \
|
|
||||||
android.hidl.manager-V1.0-java
|
|
||||||
|
|
||||||
# Add the compatibility library that is needed when org.apache.http.legacy
|
# Add the compatibility library that is needed when org.apache.http.legacy
|
||||||
# is removed from the bootclasspath.
|
# is removed from the bootclasspath.
|
||||||
|
|
Loading…
Reference in New Issue