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

Commit ccd13f6c authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Revert "Set min_sdk_version to be part of mainline modules""

parents da8697a4 b3e93ccc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -22,11 +22,11 @@ cc_defaults {
        type: "lite",
        static: true,
    },
    min_sdk_version: "current",
    sdk_version: "current",
    stl: "c++_static",
    shared_libs: [
        "libbase",
        "liblog",
    shared_libs: [ "liblog" ],
    static_libs: [
        "libbase_ndk",
    ],
}