Merge "Create per-API versions of the CRT objects."
This commit is contained in:
commit
d4da7b17a2
1 changed files with 4 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue