diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-02-02 19:33:37 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:54 +0300 |
commit | c558a78489bb25edc9cbe64d279e1d1307818e91 (patch) | |
tree | 3aa020eaa9e4727f42cf4a0ca4107f2adf0bac75 /sdm660.mk | |
parent | e51f46d0b4ff76965d36683f56a9d110fd5df12a (diff) |
sdm660-common: Explictly build camera HIDL interfaces
* The 64-bit variants are used by IMS blobs but no longer automatically
built along with the 32-bit counterparts.
Change-Id: I387e4345c3088bbaf55e24bcfe286ccd877507a6
Diffstat (limited to 'sdm660.mk')
-rw-r--r-- | sdm660.mk | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -152,8 +152,11 @@ PRODUCT_PACKAGES += \ Snap PRODUCT_PACKAGES += \ + android.hardware.camera.device@3.4 \ android.hardware.camera.provider@2.4-impl \ - android.hardware.camera.provider@2.4-service + android.hardware.camera.provider@2.4-service \ + android.hardware.camera.provider@2.5 \ + vendor.qti.hardware.camera.device@1.0 # Connectivity Engine support (CNE) PRODUCT_PACKAGES += \ |