Revert^3 "Use Soong-built system/build.prop"

625f66136d

Change-Id: I69b09646fb3286dcc5df638f87625f4eb8dcfcb2
This commit is contained in:
Pechetty Sravani (xWF)
2024-07-25 09:21:09 +00:00
parent b302108252
commit ea04e564c2
6 changed files with 344 additions and 39 deletions

View File

@@ -305,6 +305,12 @@ 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",