rust: add aconfig_flag support

Bug: b/308625757
Test: manual
Change-Id: Ifd98cd0ad4e2525b08f5766e9332991c049162ea
This commit is contained in:
LaMont Jones
2023-12-07 21:56:59 +00:00
parent d788b3e6cb
commit 0c97185450
3 changed files with 9 additions and 1 deletions

View File

@@ -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[""])
},
},
}