Merge "Revert "Set min_sdk_version to be part of mainline modules"" am: ccd13f6c52 am: 00b6587661 am: 8fe947db73

Change-Id: Ic912e205592602f577d59c7094619e973ee00a4e
This commit is contained in:
Anton Hansson
2020-04-22 15:33:03 +00:00
committed by Automerger Merge Worker

View File

@@ -22,11 +22,11 @@ cc_defaults {
type: "lite", type: "lite",
static: true, static: true,
}, },
min_sdk_version: "current", sdk_version: "current",
stl: "c++_static", stl: "c++_static",
shared_libs: [ shared_libs: [ "liblog" ],
"libbase", static_libs: [
"liblog", "libbase_ndk",
], ],
} }