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

Commit 5d425fd6 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

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

Change-Id: I2ae75b35c5390f97c5f311a5ea85c9bd6dbc5096
parents ead20ba1 c3b2584e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -64,6 +64,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 {
@@ -120,6 +123,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 {