From 6c4b53be4d8d1136a274af6a4d575a6843042819 Mon Sep 17 00:00:00 2001 From: kubersharma001 Date: Thu, 7 Oct 2021 15:52:56 +0000 Subject: [PATCH] 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: https://cs.android.com/android/_/android/platform/hardware/interfaces/+/d610435ac4bb051761b0f016aa6cdf2e884c55b5 Change-Id: I4a526208351f3c18c0315803f394a5e77ee80f38 Signed-off-by: wHo-EM-i Signed-off-by: pix106 --- sdm660.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdm660.mk b/sdm660.mk index 5d9e39c8..17f8fc1b 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -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 \