lineage: Add techpack/audio to include path also
Change-Id: Ib5af4c77f3342c01325e32222401d7584bac337a
This commit is contained in:
@@ -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)",
|
||||
|
Reference in New Issue
Block a user