diff options
Diffstat (limited to 'camera/provider/Android.bp')
| -rw-r--r-- | camera/provider/Android.bp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/camera/provider/Android.bp b/camera/provider/Android.bp index 7ed2874..fae87f5 100644 --- a/camera/provider/Android.bp +++ b/camera/provider/Android.bp @@ -12,14 +12,13 @@ cc_library_shared { "android.hardware.graphics.mapper@2.0", "android.hardware.graphics.mapper@3.0", "android.hardware.graphics.mapper@4.0", - "android.hidl.allocator@1.0", - "android.hidl.memory@1.0", "libcamera_metadata", "libcutils", "libhardware", "libhidlbase", "liblog", "libutils", + "libbinder", ], static_libs: [ "android.hardware.camera.common@1.0-helper" |
