Merge "header-checker: Fix unit test include directories"
am: 3e48f47adc
Change-Id: If613d84d3faeb4a49188543f9009808a2d06fe30
This commit is contained in:
@@ -19,7 +19,7 @@ except KeyError:
|
||||
BUILTIN_HEADERS_DIR = (
|
||||
os.path.join(AOSP_DIR, 'bionic', 'libc', 'include'),
|
||||
os.path.join(AOSP_DIR, 'external', 'libcxx', 'include'),
|
||||
os.path.join(AOSP_DIR, 'prebuilts', 'sdk', 'renderscript', 'clang-include'),
|
||||
os.path.join(AOSP_DIR, 'prebuilts', 'clang-tools', 'linux-x86', 'clang-headers'),
|
||||
)
|
||||
|
||||
EXPORTED_HEADERS_DIR = (
|
||||
|
||||
Reference in New Issue
Block a user