diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2020-06-28 16:43:57 +0200 |
|---|---|---|
| committer | Alistair Delva <adelva@google.com> | 2020-06-29 17:47:57 +0000 |
| commit | 4d62f326c90c0e99c1c82166399b591b64caf3b3 (patch) | |
| tree | ad88364a70e69db7994b300b84a993e8e38f6b8e | |
| parent | 9cc95dfc30150ce07d5d867b856f274a5dc3ea6d (diff) | |
| download | platform_external_crosvm-crosvm-master.tar.gz platform_external_crosvm-crosvm-master.tar.bz2 platform_external_crosvm-crosvm-master.zip | |
Switch to generating private-codeemu-30-releasecrosvm-master
This marks the generated Wayland symbols so they are not exported if the
static library built here is subsequently used by a shared library or
equivalent. For most normal uses this is desired, since those symbols
would not normally be part of that shared libraries public interface.
Bug: None
Test: m
Change-Id: I41c9e3c7ffdc73b403258b5560d7997fd4369779
| -rw-r--r-- | gpu_display/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu_display/Android.bp b/gpu_display/Android.bp index 956eb947..4da12aa3 100644 --- a/gpu_display/Android.bp +++ b/gpu_display/Android.bp @@ -35,7 +35,7 @@ cc_library_host_static { wayland_protocol_codegen { name: "gpu_display_protocol_sources", - cmd: "$(location wayland_scanner) code < $(in) > $(out)", + cmd: "$(location wayland_scanner) private-code < $(in) > $(out)", suffix: ".c", srcs: [ "protocol/aura-shell.xml", |
