Merge "header-checker: Fix unit test include directories" am: 3e48f47adc

am: a65d6604df

Change-Id: Ide154d4c5f3063d856ce615578afc25d18419c4b
This commit is contained in:
Logan Chien
2018-11-08 21:55:00 -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 = (