Merge "Add dependency for sysprop" am: 6ebbf3da29

am: 32f04e838b

Change-Id: Ie11cc8568d604481732dc25c1b7db65949b16808
This commit is contained in:
Sundong Ahn 2018-12-19 03:38:44 -08:00 committed by android-build-merger
commit 1a5a13465c

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