lineage: Add techpack/audio to include path also

Change-Id: Ib5af4c77f3342c01325e32222401d7584bac337a
This commit is contained in:
Ethan Chen
2018-11-28 00:54:35 -08:00
parent e0ca332693
commit f0bb4c3c98

View File

@@ -31,7 +31,7 @@ lineage_generator {
cmd: "make $(KERNEL_MAKE_FLAGS) -C $(TARGET_KERNEL_SOURCE) O=$(genDir) ARCH=$(KERNEL_ARCH) $(KERNEL_CROSS_COMPILE) headers_install",
// Directories that can be imported by a cc_* module generated_headers property
export_include_dirs: ["usr/include"],
export_include_dirs: ["usr/include", "usr/techpack/audio/include"],
// Sources for dependency tracking
dep_root: "$(TARGET_KERNEL_SOURCE)",