aboutsummaryrefslogtreecommitdiff
path: root/apps/boot/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/boot/Android.bp')
-rw-r--r--apps/boot/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/boot/Android.bp b/apps/boot/Android.bp
index 3838966..17a65df 100644
--- a/apps/boot/Android.bp
+++ b/apps/boot/Android.bp
@@ -21,6 +21,7 @@ cc_library {
cflags: ["-Wall", "-Werror"],
host_supported: true,
shared_libs: ["liblog", "libese", "libese-sysdeps"],
+ export_include_dirs: ["include"],
}
cc_library {
@@ -34,6 +35,7 @@ cc_library {
"-Werror",
],
shared_libs: ["liblog", "libese", "libese-sysdeps"],
+ export_include_dirs: ["include"],
}