Snap for 9710098 from 15117f717033e13d4ef850a80d22cc1c4f7ac514 to mainline-tzdata5-release

Change-Id: Ifee8d3cd57c636ed1a24c96957a6e7f401452c7f
diff --git a/Android.bp b/Android.bp
index 07d917a..b3709e0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -83,7 +83,7 @@
     name: "wayland_core_protocol_sources_static",
     cmd: "$(location wayland_scanner) -s private-code < $(in) > $(out)",
     srcs: [":wayland_core_protocol"],
-    out: ["wayland-protocol.c"],
+    out: ["wayland-protocol-private.c"],
     tools: ["wayland_scanner"],
 }
 
@@ -92,7 +92,7 @@
     name: "wayland_core_protocol_sources_shared",
     cmd: "$(location wayland_scanner) -s public-code < $(in) > $(out)",
     srcs: [":wayland_core_protocol"],
-    out: ["wayland-protocol.c"],
+    out: ["wayland-protocol-public.c"],
     tools: ["wayland_scanner"],
 }