Propagate AconfigFiles in ModuleBase.
Aconfig file dependencies are module-independent, and properly part of ModuleBase. Bug: b/308625757 Test: manual Change-Id: I38c5907d1671cc69bb198345201316ae781fdc9f
This commit is contained in:
@@ -859,6 +859,7 @@ func translateAndroidModule(ctx SingletonContext, w io.Writer, moduleInfoJSONs *
|
||||
}
|
||||
|
||||
data.fillInData(ctx, mod)
|
||||
aconfigUpdateAndroidMkData(ctx, mod.(Module), &data)
|
||||
|
||||
prefix := ""
|
||||
if amod.ArchSpecific() {
|
||||
@@ -943,6 +944,7 @@ func translateAndroidMkEntriesModule(ctx SingletonContext, w io.Writer, moduleIn
|
||||
}
|
||||
|
||||
entriesList := provider.AndroidMkEntries()
|
||||
aconfigUpdateAndroidMkEntries(ctx, mod.(Module), &entriesList)
|
||||
|
||||
// Any new or special cases here need review to verify correct propagation of license information.
|
||||
for _, entries := range entriesList {
|
||||
|
Reference in New Issue
Block a user