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

Commit e3a91c13 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:...

Merge "Set min_sdk_version to be part of mainline modules" am: f50c5c5e am: e5be2676 am: 98eb9252 am: dbd52887 am: a4899b89

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