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

Commit 92353280 authored by Nikita Ioffe's avatar Nikita Ioffe
Browse files

Mark media apexes as compressible

Bug: 178713634
Test: presubmit
Change-Id: Ie29db889b0c769972858b71847e56d7d25e41805
parent bb9c5e15
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -53,6 +53,9 @@ apex_defaults {
    // - build artifacts (lib/javalib/bin) against Android 10 SDK
    // - build artifacts (lib/javalib/bin) against Android 10 SDK
    //   so that the artifacts can run.
    //   so that the artifacts can run.
    min_sdk_version: "29",
    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 {
apex {
@@ -109,6 +112,9 @@ apex_defaults {
    // - build artifacts (lib/javalib/bin) against Android 10 SDK
    // - build artifacts (lib/javalib/bin) against Android 10 SDK
    //   so that the artifacts can run.
    //   so that the artifacts can run.
    min_sdk_version: "29",
    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 {
prebuilt_etc {