diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-09-25 21:39:25 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-10-31 12:34:43 +0100 |
commit | 6b7c17ef05656c1e393a188a381bb5e8f31058ca (patch) | |
tree | a700ea18375c1d441bf7477e3754a25b792f3b48 | |
parent | 84307a2a8395e1398c315877e68d2b5553a911d0 (diff) |
z2_plus: Remove camera.device@3.2-impl
* this is simply useless because it gets called from android.hardware.camera.provider@2.4-impl(.zuk) already and it gets built anyway without that it gets called in hidl.mk
Signed-off-by: dd3boh <dade.garberi@gmail.com>
-rw-r--r-- | hidl.mk | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -33,8 +33,7 @@ PRODUCT_PACKAGES += \ # Camera PRODUCT_PACKAGES += \ - android.hardware.camera.provider@2.4-impl.z2_plus \ - camera.device@3.2-impl + android.hardware.camera.provider@2.4-impl.z2_plus # Display PRODUCT_PACKAGES += \ @@ -47,7 +46,6 @@ PRODUCT_PACKAGES += \ # DRM PRODUCT_PACKAGES += \ android.hardware.drm@1.0-impl - # Fingerprint PRODUCT_PACKAGES += \ |