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

Commit e140bc06 authored by Jooyung Han's avatar Jooyung Han Committed by Gerrit Code Review
Browse files

Merge "Add min_sdk_version:R to updatable apexes"

parents 203b7a7c 117dea14
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ apex {
apex_defaults {
    name: "com.android.sdkext-defaults",
    updatable: true,
    min_sdk_version: "R",
    java_libs: [ "framework-sdkextensions" ],
    prebuilts: [
        "derive_sdk.rc",
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
apex {
    name: "com.android.tethering",
    updatable: true,
    min_sdk_version: "R",
    java_libs: ["framework-tethering"],
    apps: ["Tethering"],
    manifest: "manifest.json",