Merge "Use no_libcrt property instead of hard coding projects to exclude"
This commit is contained in:
commit
0197b0a92f
|
@ -78,6 +78,7 @@ cc_defaults {
|
|||
recovery_available: true,
|
||||
|
||||
// TODO(ivanlozano): Remove after b/118321713
|
||||
no_libcrt: true,
|
||||
xom: false,
|
||||
}
|
||||
|
||||
|
|
|
@ -509,6 +509,7 @@ cc_library {
|
|||
stl: "none",
|
||||
|
||||
// TODO(ivanlozano): Remove after b/118321713
|
||||
no_libcrt: true,
|
||||
xom: false,
|
||||
|
||||
stubs: {
|
||||
|
|
Loading…
Reference in New Issue