diff options
author | 2024-11-13 21:15:38 +0000 | |
---|---|---|
committer | 2024-11-13 21:15:38 +0000 | |
commit | 51778812b42be9eb3f3855b44e43c820faf2d04f (patch) | |
tree | ad274bda8478f2c14bbd82e6dfc6cd0e43068149 /scripts/gen_build_prop.py | |
parent | 47951a5412fd70d90e8221bd5ebd4e5f163fc303 (diff) | |
parent | 4385d3545cc7bf5bd6eb96ee01f68acece883a28 (diff) |
Merge "Build ramdisk's build.prop with soong" into main
Diffstat (limited to 'scripts/gen_build_prop.py')
-rw-r--r-- | scripts/gen_build_prop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_build_prop.py b/scripts/gen_build_prop.py index 0b7780e96..5f52d6f9e 100644 --- a/scripts/gen_build_prop.py +++ b/scripts/gen_build_prop.py @@ -608,7 +608,7 @@ def main(): build_product_prop(args) case "vendor": build_vendor_prop(args) - case "system_dlkm" | "vendor_dlkm" | "odm_dlkm": + case "system_dlkm" | "vendor_dlkm" | "odm_dlkm" | "bootimage": build_prop(args, gen_build_info=False, gen_common_build_props=True, variables=[]) case _: sys.exit(f"not supported partition {args.partition}") |