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

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

Merge "Set min_sdk_version to be part of mainline modules"

parents 467f0b0c 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,
    },
    sdk_version: "current",
    min_sdk_version: "current",
    stl: "c++_static",
    shared_libs: [ "liblog" ],
    static_libs: [
        "libbase_ndk",
    shared_libs: [
        "libbase",
        "liblog",
    ],
}