Rename deps in libc to account for name/src collision work.
Test: m Bug: 198619163 Change-Id: Ic41f7c1611d69c0c0936b8f5869a3450f1542b5c
This commit is contained in:
parent
cb8b43e1dd
commit
d88d7ea329
|
@ -1690,8 +1690,8 @@ cc_library {
|
|||
},
|
||||
|
||||
required: [
|
||||
"tzdata",
|
||||
"tz_version", // Version metadata for tzdata to help debugging.
|
||||
"tzdata_prebuilt",
|
||||
"tz_version_prebuilt", // Version metadata for tzdata to help debugging.
|
||||
],
|
||||
|
||||
// Do not pack libc.so relocations; see http://b/20645321 for details.
|
||||
|
|
Loading…
Reference in New Issue