Merge "Implement sysprop_library API stability check"

This commit is contained in:
TreeHugger Robot
2019-08-13 16:16:39 +00:00
committed by Android (Google) Code Review
9 changed files with 341 additions and 90 deletions

View File

@@ -183,6 +183,10 @@ type CompilerProperties struct {
Output_params []string
}
Sysprop struct {
Platform *bool
} `blueprint:"mutated"`
Instrument bool `blueprint:"mutated"`
// List of files to include in the META-INF/services folder of the resulting jar.
@@ -1016,7 +1020,6 @@ func (j *Module) collectBuilderFlags(ctx android.ModuleContext, deps deps) javaB
}
func (j *Module) compile(ctx android.ModuleContext, aaptSrcJar android.Path) {
j.exportAidlIncludeDirs = android.PathsForModuleSrc(ctx, j.deviceProperties.Aidl.Export_include_dirs)
deps := j.collectDeps(ctx)