platform_build_soong/genrule
Justin Yun 40182b6ff3 Remove duplicated CollectDependencyAconfigFiles()
android.ModuleBase already calls aconfigUpdateAndroidBuildActions()
that is the same with CollectDependencyAconfigFiles(). Remove the
CollectDependencyAconfigFiles() to avoid duplication with
aconfigUpdateAndroidBuildActions().

To make the aconfig information available in
GenerateAndroidBuildActions() of all modules, call
aconfigUpdateAndroidBuildActions() before calling
GenerateAndroidBuildActions() of each module.

Also, we don't need SetAconfigFileMkEntries(), which is a duplicate
of aconfigUpdateAndroidMkData()

Bug: 335363964
Test: diff `adb shell printflags` before and after the change.
Change-Id: I52808e442e9fed7db1eae7b7c5ed0b1c5ba74f5d
2024-05-10 10:00:14 +09:00
..
allowlists.go Remove SandboxingDenyPathList 2024-03-15 19:50:03 +00:00
Android.bp Remove ConvertWithBp2build implementations 2023-12-08 13:51:05 -08:00
genrule.go Remove duplicated CollectDependencyAconfigFiles() 2024-05-10 10:00:14 +09:00
genrule_test.go Add a new property trim_extension for gensrcs 2024-04-30 05:06:56 +00:00
locations.go Use interface for $(location) values in genrules 2021-03-25 11:06:45 -07:00