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

Commit 83a7df07 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Deprecate legacy_android10_support am: 90334d0f am: 5d27d1dc

Change-Id: I4020525e43bed35b70e0c3d8ba32a6037659e29f
parents bd47dec5 5d27d1dc
Loading
Loading
Loading
Loading
+16 −2
Original line number Original line Diff line number Diff line
@@ -44,8 +44,15 @@ apex_defaults {


    // Use a custom AndroidManifest.xml used for API targeting.
    // Use a custom AndroidManifest.xml used for API targeting.
    androidManifest: ":com.android.media-androidManifest",
    androidManifest: ":com.android.media-androidManifest",

    // IMPORTANT: For the APEX to be installed on Android 10 (API 29),
    // 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",
    min_sdk_version: "29",
    legacy_android10_support: true,
}
}


apex {
apex {
@@ -84,8 +91,15 @@ apex_defaults {


    // Use a custom AndroidManifest.xml used for API targeting.
    // Use a custom AndroidManifest.xml used for API targeting.
    androidManifest: ":com.android.media.swcodec-androidManifest",
    androidManifest: ":com.android.media.swcodec-androidManifest",

    // IMPORTANT: For the APEX to be installed on Android 10 (API 29),
    // 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",
    min_sdk_version: "29",
    legacy_android10_support: true,
}
}


prebuilt_etc {
prebuilt_etc {