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

Commit e5be2676 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

Change-Id: Iad6cdc8f7aacf38ad38a61bcf1c4bfefbccf1370
parents 0c91fe12 f50c5c5e
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",
    ],
}