Rename deps in libc to account for name/src collision work.

Test: m
Bug: 198619163
Change-Id: Ic41f7c1611d69c0c0936b8f5869a3450f1542b5c
diff --git a/libc/Android.bp b/libc/Android.bp
index a157b3f..3a8948b 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1690,8 +1690,8 @@
     },
 
     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.