Merge "Explicitly add the include path for android_filesystem_config.h"

This commit is contained in:
Tom Cherry 2020-09-21 20:35:31 +00:00 committed by Gerrit Code Review
commit 6c19d67a73
2 changed files with 3 additions and 0 deletions

View file

@ -62,6 +62,8 @@ cc_defaults {
cppflags: [],
include_dirs: [
"bionic/libc/async_safe/include",
// For android_filesystem_config.h.
"system/core/libcutils/include",
],
header_libs: [

View file

@ -44,6 +44,7 @@ cc_defaults {
// 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: {