forked from openkylin/platform_build
Add HIDL base/manager packages to PRODUCT_BOOT_JARS.
Bug: 36603742 Bug: 36565056 Test: marlin boots, dynamically linking against these works Change-Id: I1bfb73f2bce858823ad6ba8d826e42bd38cc2317
This commit is contained in:
parent
8891d2773b
commit
dfabcc5566
|
@ -104,7 +104,9 @@ PRODUCT_BOOT_JARS := \
|
|||
voip-common \
|
||||
ims-common \
|
||||
apache-xml \
|
||||
org.apache.http.legacy.boot
|
||||
org.apache.http.legacy.boot \
|
||||
android.hidl.base-V1.0-java \
|
||||
android.hidl.manager-V1.0-java
|
||||
|
||||
# The order of PRODUCT_SYSTEM_SERVER_JARS matters.
|
||||
PRODUCT_SYSTEM_SERVER_JARS := \
|
||||
|
|
Loading…
Reference in New Issue