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

Commit ee18ddb2 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Deprecate legacy_android10_support am: f327e9da am: 4ba21012

Change-Id: Ied9cda624a36ac8421a2279d46a43d741bccb133
parents 368d1ca6 4ba21012
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 {