diff options
author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-12 19:28:33 +0200 |
---|---|---|
committer | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-12 20:41:17 +0200 |
commit | 4b58fb145258081f73ea6667ea341f47a34d079c (patch) | |
tree | 50954769ec15032dd15975e1dc664c3a5344ed69 | |
parent | 82897658a99841eda8fe98bd2087e6932d1f2b6c (diff) |
sdm660-common: Remove explicit camera HIDL interfaces from targets list
* They're built automatically since newer revision needs them
Change-Id: I695bb8d7c4120add9c8583658de5ae73f508a25c
-rw-r--r-- | sdm660.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -147,9 +147,7 @@ PRODUCT_PACKAGES += \ Snap PRODUCT_PACKAGES += \ - 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:32 \ android.hardware.camera.provider@2.4-service \ android.hardware.camera.provider@2.5:64 \ |