aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Pique <lpique@google.com>2023-03-04 07:50:22 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-04 07:50:22 +0000
commitfc164bae433d7cd053ffdb4658071fbbf05f5b32 (patch)
tree3a4592f0d8090ce5007a5fabd9518f641ce7fb21
parent584205549f777038ea7a4aac41f7ad8793082442 (diff)
parented5af8bd00d3f791cde20cee8ea15ffb7d6cfabd (diff)
downloadwayland-fc164bae433d7cd053ffdb4658071fbbf05f5b32.tar.gz
Uniquify generated source filenames am: 185460b997 am: efeff42250 am: ed5af8bd00android14-dev
Original change: https://android-review.googlesource.com/c/platform/external/wayland/+/2464373 Change-Id: Iea152af34ad8d5bb5caecf293c3a54e761cb1144 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 07d917a..b3709e0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -83,7 +83,7 @@ genrule {
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 @@ genrule {
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"],
}