Merge "header-checker: Fix unit test include directories"

am: 3e48f47adc

Change-Id: If613d84d3faeb4a49188543f9009808a2d06fe30
This commit is contained in:
Logan Chien
2018-11-08 21:49:53 -08:00
committed by android-build-merger

View File

@@ -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 = (