diff options
| -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", |
