Merge "Add dependency for sysprop" am: 6ebbf3da29
am: 32f04e838b
Change-Id: Ie11cc8568d604481732dc25c1b7db65949b16808
This commit is contained in:
commit
1a5a13465c
1 changed files with 1 additions and 0 deletions
|
@ -807,6 +807,7 @@ func (library *libraryDecorator) link(ctx ModuleContext,
|
|||
"-I" + android.PathForModuleGen(ctx, "sysprop", "include").String(),
|
||||
}
|
||||
library.reexportFlags(flags)
|
||||
library.reexportDeps(library.baseCompiler.pathDeps)
|
||||
library.reuseExportedFlags = append(library.reuseExportedFlags, flags...)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue