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

Commit b3e93ccc authored by Anton Hansson's avatar Anton Hansson
Browse files

Revert "Set min_sdk_version to be part of mainline modules"

This reverts commit 3e302d27.

Reason for revert: b/154711554

Change-Id: Ie38d43f8936e45f1e4783b28b940a5faacd1772d
parent 3e302d27
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",
    ],
}