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

Commit f16b1ffc authored by Nikita Ioffe's avatar Nikita Ioffe Committed by Gerrit Code Review
Browse files

Merge "Mark media apexes as compressible"

parents 63802239 92353280
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -64,6 +64,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 {
@@ -120,6 +123,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 {