From 1b1f65808af005b1817cbcc18c595586c737763f Mon Sep 17 00:00:00 2001 From: "guoyin.chen" Date: Fri, 15 Dec 2017 00:47:35 +0800 Subject: [PATCH] openmax header files have been relocated openmax header files relocated at headers/media_plugin/media/openmax Build error as below: source path frameworks/native/include/media/openmax does not exist Change-Id: Ifb43a8b47c9ecd7adc4ef715948c52015603ba40 Signed-off-by: guoyin.chen --- camera/device/1.0/default/Android.bp | 3 --- 1 file changed, 3 deletions(-) diff --git a/camera/device/1.0/default/Android.bp b/camera/device/1.0/default/Android.bp index e0b31f0a48..4a7fc9c1e0 100644 --- a/camera/device/1.0/default/Android.bp +++ b/camera/device/1.0/default/Android.bp @@ -29,9 +29,6 @@ cc_library_shared { header_libs: [ "media_plugin_headers", ], - include_dirs: [ - "frameworks/native/include/media/openmax" - ], export_include_dirs: ["."] }