Merge "Explicitly add the include path for android_filesystem_config.h"
This commit is contained in:
commit
6c19d67a73
2 changed files with 3 additions and 0 deletions
|
@ -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: [
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue