Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5dd97bf authored by Spandan Das's avatar Spandan Das
Browse files

Add a stem value to handcrafted soong system images

These get copied to the staging directory as system.img, but adding a
stem value ensures that the filename is system.img is also in
intermediates. This is useful for secondary packaging tasks such as
target_files.zip generation

Test: presubmits
Change-Id: I5e1d61c5c41d221bf1be6a061990e985a0044ce5
parent 37907782
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -468,6 +468,8 @@ system_image_defaults {
    name: "system_image_defaults",
    partition_name: "system",
    base_dir: "system",
    stem: "system.img",
    no_full_install: true,
    dirs: generic_rootdirs,
    soong_config_variables: {
        TARGET_ADD_ROOT_EXTRA_VENDOR_SYMLINKS: {