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

Commit 16fd1627 authored by Kiyoung Kim's avatar Kiyoung Kim
Browse files

Add AvatarPicker to GSI

AvatarPicker is now moved to system_ext, but this is still required from
GSI as GSI keeps system_ext image within the system image. This change
adds AvatarPicker to Soong-defined GSI image.

Bug: 370352548
Test: N/A
Change-Id: Ib78ed5631b22ea30c0e59b14031541dc94922281
parent 7ac8448f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -209,4 +209,14 @@ android_system_image {
        true: true,
        default: false,
    }),
    multilib: {
        common: {
            deps: select(release_flag("RELEASE_AVATAR_PICKER_APP"), {
                true: [
                    "AvatarPicker", // handheld_system_ext (RELEASE_AVATAR_PICKER_APP)
                ],
                default: [],
            }),
        },
    },
}