sdm660-common: Makefile: Build required interfaces to vendor
With android-12.0 these need to be explicitly installed to /vendor since they are not included in VNDK anymore.
Ref:
d610435ac4
Change-Id: I4a526208351f3c18c0315803f394a5e77ee80f38
Signed-off-by: wHo-EM-i <ehteshammalik18998@gmail.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
3ba089b453
commit
6c4b53be4d
1 changed files with 3 additions and 1 deletions
|
@ -151,7 +151,8 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.camera.provider@2.4-impl \
|
||||
android.hardware.camera.provider@2.4-service \
|
||||
android.hardware.camera.provider@2.6 \
|
||||
vendor.qti.hardware.camera.device@1.0
|
||||
vendor.qti.hardware.camera.device@1.0 \
|
||||
vendor.qti.hardware.camera.device@1.0.vendor
|
||||
|
||||
# Codec2 modules
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -599,6 +600,7 @@ PRODUCT_PACKAGES += \
|
|||
# WiFi
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.wifi@1.0-service \
|
||||
android.hardware.wifi@1.5.vendor \
|
||||
hostapd \
|
||||
libwifi-hal-qcom \
|
||||
libwpa_client \
|
||||
|
|
Loading…
Reference in a new issue