Merge "Define a make variable for merged compat config."
This commit is contained in:
@@ -80,6 +80,12 @@ func (p *platformCompatConfigSingleton) GenerateBuildActions(ctx android.Singlet
|
||||
p.metadata = outputPath
|
||||
}
|
||||
|
||||
func (p *platformCompatConfigSingleton) MakeVars(ctx android.MakeVarsContext) {
|
||||
if p.metadata != nil {
|
||||
ctx.Strict("INTERNAL_PLATFORM_MERGED_COMPAT_CONFIG", p.metadata.String())
|
||||
}
|
||||
}
|
||||
|
||||
func (p *platformCompatConfig) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
||||
rule := android.NewRuleBuilder()
|
||||
|
||||
|
Reference in New Issue
Block a user