Merge "Create per-API versions of the CRT objects."

This commit is contained in:
Treehugger Robot 2020-08-12 22:01:27 +00:00 committed by Gerrit Code Review
commit d4da7b17a2

View file

@ -2001,8 +2001,10 @@ cc_defaults {
"//apex_available:platform",
"//apex_available:anyapex",
],
// crt* objects are used by most cc_binary/cc_library in "anyapex"
min_sdk_version: "apex_inherit",
// Generate NDK variants of the CRT objects for every supported API level.
min_sdk_version: "16",
stl: "none",
crt: true,
cflags: [
"-Wno-gcc-compat",
"-Wall",