Merge "derive_sdk: set min_sdk_version" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-04 08:22:15 +00:00
committed by Android (Google) Code Review

View File

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