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

Commit 6198471c authored by Jiyong Park's avatar Jiyong Park
Browse files

Mark updatable APEXes

Mark updatable APEXes as updatable: true so that they are opted-out from
optimizations that make sense only for non-updatable modules; such as
symlinking to the libs in the system partition.

Bug: 149805758
Test: m and check that there is no symlink from the APEX to the system
partition.

Change-Id: I368d72cc6dba6de38fd18f2479b4a2ce77aa1a69
parent c62ad13a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

apex_defaults {
    name: "com.android.media-defaults",
    updatable: true,
    java_libs: ["updatable-media"],
    multilib: {
        first: {
@@ -63,6 +64,7 @@ filegroup {

apex_defaults {
    name: "com.android.media.swcodec-defaults",
    updatable: true,
    binaries: [
        "mediaswcodec",
    ],