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

Commit 6240d4bd authored by Nikita Ioffe's avatar Nikita Ioffe Committed by Automerger Merge Worker
Browse files

Merge "Mark media apexes as compressible" am: f16b1ffc am: c3b2584e am: 5d425fd6

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1573146

Change-Id: If2960207d66cdf045947345f9179fb84341d738d
parents 927ae78a 5d425fd6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -77,6 +77,9 @@ apex_defaults {
    // - build artifacts (lib/javalib/bin) against Android 10 SDK
    //   so that the artifacts can run.
    min_sdk_version: "29",
    // Indicates that pre-installed version of this apex can be compressed.
    // Whether it actually will be compressed is controlled on per-device basis.
    compressible: true,
}

apex {
@@ -135,6 +138,9 @@ apex_defaults {
    // - build artifacts (lib/javalib/bin) against Android 10 SDK
    //   so that the artifacts can run.
    min_sdk_version: "29",
    // Indicates that pre-installed version of this apex can be compressed.
    // Whether it actually will be compressed is controlled on per-device basis.
    compressible: true,
}

prebuilt_etc {