aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-05 03:21:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-05 03:21:35 +0000
commit3b14e8af1f419865283df1c79b50675d93d008be (patch)
tree3a4592f0d8090ce5007a5fabd9518f641ce7fb21
parent83634a1753ea8a507f06542eb91629eb5fd7acba (diff)
parent3d19d6dd1de755482ee413081f2f9d1370c832b8 (diff)
downloadwayland-android14-d1-s1-release.tar.gz
Change-Id: Id43b85559761661626997783d0510b07d8c85b3f
-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"],
}