commit | 1ee279df205218fb7372baf031fb93d2a0d6a821 | [log] [tgz] |
---|---|---|
author | Yin-Chia Yeh <yinchiayeh@google.com> | Mon Apr 17 17:44:52 2017 -0700 |
committer | Yin-Chia Yeh <yinchiayeh@google.com> | Thu Apr 27 16:13:52 2017 -0700 |
tree | c9b2c41e224d4afee749b4a1fb97870b09e8b1bb | |
parent | 1c6cb69c3746fd4ec597ef152856c623f9871c04 [diff] [blame] |
Camera: use framework header for VideoNativeHandleMetadata Test: build Bug: 35625849 Change-Id: I8159dd571b6b390fa089d497d45b76c1ec5bda31
diff --git a/camera/device/1.0/default/Android.bp b/camera/device/1.0/default/Android.bp index af94b0f..fdff1c7 100644 --- a/camera/device/1.0/default/Android.bp +++ b/camera/device/1.0/default/Android.bp
@@ -26,6 +26,9 @@ static_libs: [ "android.hardware.camera.common@1.0-helper" ], + include_dirs: [ + "frameworks/native/include/media/openmax" + ], export_include_dirs: ["."] }