Add framework detect modules to PRODUCT_PACKAGES
Add JNI and libqti_vndfwk_detect module name to product_packages to specify module to be installed to device. Here explicitly specify both the core and vendor variant in PRODUCT_PACKAGES. CRs-Fixed: 2372775 Change-Id: Ic64f5ac0cfbbe9e105a6b48b5bc7687c8d23d7e8
This commit is contained in:
parent
8f59ddc383
commit
52e2a13a1f
1 changed files with 4 additions and 0 deletions
|
@ -281,6 +281,10 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.renderscript@1.0-impl
|
||||
|
||||
# QTI
|
||||
PRODUCT_PACKAGES += \
|
||||
libqti_vndfwk_detect.vendor
|
||||
|
||||
# Radio
|
||||
PRODUCT_PACKAGES += \
|
||||
libjson \
|
||||
|
|
Loading…
Reference in a new issue