summaryrefslogtreecommitdiff
path: root/sdm660.mk
diff options
context:
space:
mode:
authorPranav Vashi <neobuddy89@gmail.com>2020-05-06 03:45:37 +0530
committerMichael Bestas <mkbestas@lineageos.org>2020-12-20 18:55:01 +0200
commitebce4c50570f366c1af4bbca5c90f1cce0f41653 (patch)
tree21f72fe9baebcebec6eca8124136138363a16a5b /sdm660.mk
parentbf427a0ffd77608ccbc69fcac47072c4ce2bf4f6 (diff)
sdm660-common: Add missing 64-bit interface required for IMS
Also include only required bitness of the interfaces Change-Id: I8ef9171cd5d53cfb5ddfaae49b56696940ae6442
Diffstat (limited to 'sdm660.mk')
-rw-r--r--sdm660.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/sdm660.mk b/sdm660.mk
index 46d4f40..a1d2fb2 100644
--- a/sdm660.mk
+++ b/sdm660.mk
@@ -162,12 +162,14 @@ PRODUCT_PACKAGES += \
Snap
PRODUCT_PACKAGES += \
- android.hardware.camera.device@3.4 \
+ android.hardware.camera.device@3.4:64 \
+ android.hardware.camera.device@3.5:64 \
+ android.hardware.camera.provider@2.4:64 \
android.hardware.camera.provider@2.4-impl \
android.hardware.camera.provider@2.4-service \
- android.hardware.camera.provider@2.5 \
+ android.hardware.camera.provider@2.5:64 \
libdng_sdk.vendor \
- vendor.qti.hardware.camera.device@1.0
+ vendor.qti.hardware.camera.device@1.0:64
# Connectivity Engine support (CNE)
PRODUCT_PACKAGES += \