Merge "Add dependency for sysprop"

This commit is contained in:
Treehugger Robot
2018-12-19 11:17:10 +00:00
committed by Gerrit Code Review

View File

@@ -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...)
}