rust: add aconfig_flag support
Bug: b/308625757 Test: manual Change-Id: Ifd98cd0ad4e2525b08f5766e9332991c049162ea
This commit is contained in:
@@ -66,7 +66,8 @@ func (mod *Module) AndroidMkEntries() []android.AndroidMkEntries {
|
||||
if mod.UseVndk() {
|
||||
entries.SetBool("LOCAL_USE_VNDK", true)
|
||||
}
|
||||
|
||||
// TODO(b/311155208): The container here should be system.
|
||||
entries.SetPaths("LOCAL_ACONFIG_FILES", mod.mergedAconfigFiles[""])
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user