diff options
| author | Eino-Ville Talvala <etalvala@google.com> | 2017-01-24 01:08:12 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-01-24 01:08:12 +0000 |
| commit | 3d3a41c1299ce6e56b8078bb502789ead8d56efb (patch) | |
| tree | 49ac59d9bcacbf71d7bb1d2dfbaae994bf2bf66c /common | |
| parent | 60486518eaa30786ed017aadfe929603a15de50b (diff) | |
| parent | 966a317fa72cb9712cde5f118a30a427765ddba9 (diff) | |
Merge "Add necessary camera HAL libraries for passthrough HIDL operation"
Diffstat (limited to 'common')
| -rw-r--r-- | common/base.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/base.mk b/common/base.mk index 9675e3c8..158981f8 100644 --- a/common/base.mk +++ b/common/base.mk @@ -333,6 +333,10 @@ LIBCAMERA += mm-qcamera-app LIBCAMERA += camera_test LIBCAMERA += org.codeaurora.camera +# Enable passthrough camera HAL +LIBCAMERA += android.hardware.camera.provider@2.4-impl +LIBCAMERA += android.hardware.camera.device@3.2-impl + # Enable binderized camera HAL #LIBCAMERA += android.hardware.camera.provider@2.4-service #LIBCAMERA += android.hardware.camera.device@3.2-impl-binderized |
