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

Commit 98eb9252 authored by Jooyung Han's avatar Jooyung Han Committed by Automerger Merge Worker
Browse files

Merge "Set min_sdk_version to be part of mainline modules" am: f50c5c5e am: e5be2676

Change-Id: Iddf8b7a05f58efb59e28e8a37e96551142017f01
parents 2da99f87 e5be2676
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",
    ],
}