install android.hidl.*-java.jar files by default
Without this, the jar files are not installed to /system/framework and thus the classes in the libraries become unaccessible during the direct boot mode, where java code is directly interpreted from the jar files instaed of the odex file. Bug: 37363533 Test: android.hidl.*-java.jar are installed at /system/framework Test: no crash of com.qualcomm.qti.telephonyservice upon boot (with data partition protected with pin or pattern) Change-Id: Ib3d5f9b7abd907d89a793e7501055c289145b239
This commit is contained in:
parent
9fdd426c91
commit
279e3c2ae3
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ PRODUCT_PACKAGES += \
|
|||
Shell \
|
||||
StatementService \
|
||||
WallpaperBackup \
|
||||
android.hidl.base-V1.0-java \
|
||||
android.hidl.manager-V1.0-java \
|
||||
bcc \
|
||||
bu \
|
||||
com.android.future.usb.accessory \
|
||||
|
|
Loading…
Reference in a new issue