Use Soong-built system/build.prop

buildinfo.prop is also removed since it's now obsolete.

Bug: 322090587
Test: boot
Test: compare build.prop before and after
Change-Id: Ida7bab82add6e86e1076061a5fcdb572cedd1578
This commit is contained in:
Inseob Kim
2024-07-19 18:15:50 +09:00
parent 19fd1316b7
commit 361baadba6
6 changed files with 39 additions and 344 deletions

View File

@@ -305,12 +305,6 @@ python_binary_host {
srcs: ["gen_build_prop.py"],
}
python_binary_host {
name: "buildinfo",
main: "buildinfo.py",
srcs: ["buildinfo.py"],
}
python_binary_host {
name: "extra_install_zips_file_list",
main: "extra_install_zips_file_list.py",