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

Commit 117dea14 authored by Jooyung Han's avatar Jooyung Han
Browse files

Add min_sdk_version:R to updatable apexes

APEXes introduced in R need to set min_sdk_version to ensure that they
are built against correct version of stubs (libc/liblog/...).

Bug: 152655956
Test: m
Merged-In: I4a893c34b09334eea124266287301e479b9e8a59
Change-Id: I4a893c34b09334eea124266287301e479b9e8a59
(cherry picked from commit db38a2d6)
parent 042054ad
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",