summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.bp3
-rw-r--r--test/Android.bp3
2 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3286594..cdb4ac5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -21,4 +21,7 @@ bpf {
"-Wall",
"-Werror",
],
+ include_dirs: [
+ "system/core/libcutils/include",
+ ],
}
diff --git a/test/Android.bp b/test/Android.bp
index 6d5fe12..6bb0531 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -21,4 +21,7 @@ bpf {
"-Wall",
"-Werror",
],
+ include_dirs: [
+ "system/core/libcutils/include",
+ ],
}