platform_build_soong/etc
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
..
Android.bp Deprecate Snapshot build 2024-04-05 01:56:56 +00:00
install_symlink.go Add install_symlink soong module type 2023-09-01 17:18:48 -07:00
install_symlink_test.go Add install_symlink soong module type 2023-09-01 17:18:48 -07:00
prebuilt_etc.go Remove duplicated CollectDependencyAconfigFiles() 2024-05-10 10:00:14 +09:00
prebuilt_etc_test.go Add support for keyboard prebuilt module type 2024-04-30 08:24:50 +00:00