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

Commit 561da90c authored by Nikita Ioffe's avatar Nikita Ioffe
Browse files

DO NOT MERGE libbase_ndk: set min_sdk_version to "29"

libbase_ndk is used in some updatable apex modules that we launched in
Android R, hence now it needs to explicitly set minimal support sdk
version.

Test: m
Bug: 171330443
Change-Id: If3a1c9902939659e3db7f17492b3f073fdbad65f
Merged-In: If3a1c9902939659e3db7f17492b3f073fdbad65f
parent a88ef8c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ cc_defaults {
            enabled: true,
        },
    },
    min_sdk_version: "29",
}

cc_library {
@@ -133,7 +134,6 @@ cc_library {
        "//apex_available:anyapex",
        "//apex_available:platform",
    ],
    min_sdk_version: "29",
}

cc_library_static {