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

Commit 5ec8d972 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Deprecate legacy_android10_support am: 9fa0ab99 am: b104e9f0

Change-Id: I2f8e0f232f9c15e5c9e5cd852ac40e80f4dd093b
parents b49019c9 b104e9f0
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -28,8 +28,14 @@ apex {
    // Use a custom AndroidManifest.xml used for API targeting.
    androidManifest: "AndroidManifest.xml",

    // IMPORTANT: For the APEX to be installed on Android 10,
    // min_sdk_version should be 29. This enables the build system to make
    // sure the package compatible to Android 10 in two ways:
    // - build the APEX package compatible to Android 10
    //   so that the package can be installed.
    // - build artifacts (lib/javalib/bin) against Android 10 SDK
    //   so that the artifacts can run.
    min_sdk_version: "29",
    legacy_android10_support: true,
}

apex_key {