Merge "Add dependency for sysprop"

am: 6ebbf3da29

Change-Id: Icd09bef563aa335a36327c6e0e252667ac3f5371
This commit is contained in:
Sundong Ahn
2018-12-19 03:29:43 -08:00
committed by android-build-merger

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