Merge "Explicitly add the include path for android_filesystem_config.h"
diff --git a/libc/Android.bp b/libc/Android.bp
index 49b75c1..a761e3b 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -62,6 +62,8 @@
cppflags: [],
include_dirs: [
"bionic/libc/async_safe/include",
+ // For android_filesystem_config.h.
+ "system/core/libcutils/include",
],
header_libs: [
diff --git a/tests/Android.bp b/tests/Android.bp
index 586ef34..8760256 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -44,6 +44,7 @@
// For glibc.
"-D__STDC_LIMIT_MACROS",
],
+ header_libs: ["libcutils_headers"],
// Ensure that the tests exercise shadow call stack support and
// the hint space PAC/BTI instructions.
arch: {