aboutsummaryrefslogtreecommitdiff
path: root/libese-hw/nxp/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libese-hw/nxp/Android.bp')
-rw-r--r--libese-hw/nxp/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libese-hw/nxp/Android.bp b/libese-hw/nxp/Android.bp
index 0ec4ea6..5dab88f 100644
--- a/libese-hw/nxp/Android.bp
+++ b/libese-hw/nxp/Android.bp
@@ -25,7 +25,6 @@ cc_library {
"libese-teq1",
"libese-sysdeps",
],
- local_include_dirs: ["include"],
export_include_dirs: ["include"],
cflags: [
"-Wall",
@@ -65,6 +64,7 @@ cc_library {
cflags: [
"-Wno-format",
],
+ export_include_dirs: ["include"],
}
cc_library {
@@ -77,4 +77,5 @@ cc_library {
"-Wno-error=unused-variable",
"-Wno-format",
],
+ export_include_dirs: ["include"],
}