aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:46:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:46:32 +0000
commitc65900ac8e3d07e0c14a065a551fc55497c02f38 (patch)
tree3a4592f0d8090ce5007a5fabd9518f641ce7fb21
parent17b3b9afee46b7475d6fda46544c367e94754443 (diff)
parent15117f717033e13d4ef850a80d22cc1c4f7ac514 (diff)
downloadwayland-android14-mainline-art-release.tar.gz
Change-Id: If5f534af2ddfb21bd2f2331350baaa96b7432968
-rw-r--r--Android.bp10
1 files changed, 2 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index dd28bc7..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"],
}
@@ -148,12 +148,6 @@ cc_library_host_shared {
name: "libwayland_client",
defaults: ["libwayland_client_defaults"],
generated_sources: ["wayland_core_protocol_sources_shared"],
- target: {
- linux_glibc_x86: {
- // libffi broken on x86, see b/162610242
- enabled: false,
- },
- },
}
// Build wayland_server