diff options
author | Eino-Ville Talvala <etalvala@google.com> | 2016-12-19 16:35:29 -0800 |
---|---|---|
committer | Yin-Chia Yeh <yinchiayeh@google.com> | 2017-01-05 15:23:54 -0800 |
commit | 18782aa54e21ccd23dc53572bc60c53f9d120412 (patch) | |
tree | 67353f8b7e33acc13876c6c9765d4ff04769d097 /tests | |
parent | 3462b081483e76a4c76208bd078b86f4c35d621c (diff) |
Camera: Update for service changes, part 2
- Indicate that HALv3.0 and v3.1 are no longer supported
- Update tests that reuse camera service plumbing to match
service code changes
Test: Builds
Bug: 32991422
Change-Id: I13b800aea6f65270a2a621bd8a61705160fb2dc8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/camera2/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/camera2/Android.mk b/tests/camera2/Android.mk index 167fdda5..d77c18dc 100644 --- a/tests/camera2/Android.mk +++ b/tests/camera2/Android.mk @@ -26,9 +26,6 @@ LOCAL_SHARED_LIBRARIES := \ libsync \ libui \ libdl \ - android.hardware.camera.common@1.0 \ - android.hardware.camera.provider@2.4 \ - android.hardware.camera.device@1.0 \ android.hardware.camera.device@3.2 LOCAL_C_INCLUDES += \ |