diff options
| author | Eino-Ville Talvala <etalvala@google.com> | 2017-01-20 17:00:51 -0800 |
|---|---|---|
| committer | Eino-Ville Talvala <etalvala@google.com> | 2017-01-20 17:07:51 -0800 |
| commit | 966a317fa72cb9712cde5f118a30a427765ddba9 (patch) | |
| tree | 683179772c92a30bac26f8f38b3fe9d5d375d89a /common | |
| parent | 396e6c5f1cf6a32c3fe017293c97a9aea5bb476a (diff) | |
Add necessary camera HAL libraries for passthrough HIDL operation
Test: No regressions in a full camera CTS pass w/HIDL enabled
in camara service.
Bug: 30985004
Change-Id: I9de5bd54038447d9e62cdd735555f1061033161b
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 604ab72b..01cda566 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 |
