Use product_config from buildinfo_prop module

Many parameters can be migrated to product_config module. This is also a
PoC, which is helpful for future build.prop migration.

Bug: 346214955
Test: compare buildinfo.prop before and after
Change-Id: I751220b3a09583e469ae721c0e49a1909b6428d7
This commit is contained in:
Inseob Kim
2024-06-11 11:00:30 +09:00
parent 58c802f8e3
commit 1d9148244f
3 changed files with 62 additions and 83 deletions

View File

@@ -128,6 +128,8 @@ buildinfo_prop {
// not installable because this will be included to system/build.prop
installable: false,
product_config: ":product_config",
// Currently, only microdroid can refer to buildinfo.prop
visibility: ["//packages/modules/Virtualization/microdroid"],
}