sdm660-common: Add vendor 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
4f0e9000c9
commit
8d2d762f63
1 changed files with 2 additions and 1 deletions
|
@ -247,7 +247,8 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# fwk-detect
|
||||
PRODUCT_PACKAGES += \
|
||||
libqti_vndfwk_detect
|
||||
libqti_vndfwk_detect \
|
||||
libqti_vndfwk_detect.vendor
|
||||
|
||||
|
||||
# GPS / Location
|
||||
|
|
Loading…
Reference in a new issue