Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bazel/ | H | 25-Apr-2025 | - | 459 | 396 | |
chromium.org/ | H | 25-Apr-2025 | - | 8,592 | 7,117 | |
freedesktop.org/ | H | 25-Apr-2025 | - | 11,137 | 9,303 | |
Android.bp | H A D | 25-Apr-2025 | 11.4 KiB | 258 | 232 | |
BSD_LICENSE.txt | H A D | 25-Apr-2025 | 1.4 KiB | 28 | 24 | |
ISC_LICENSE.txt | H A D | 25-Apr-2025 | 1.2 KiB | 26 | 23 | |
LICENSE | H A D | 25-Apr-2025 | 15.3 KiB | 305 | 250 | |
METADATA | H A D | 25-Apr-2025 | 682 | 16 | 16 | |
MIT_LICENSE.txt | H A D | 25-Apr-2025 | 1.5 KiB | 34 | 27 | |
OWNERS | H A D | 25-Apr-2025 | 372 | 15 | 11 | |
PREUPLOAD.cfg | H A D | 25-Apr-2025 | 104 | 4 | 2 | |
README.android | H A D | 25-Apr-2025 | 638 | 25 | 16 | |
go.mod | H A D | 25-Apr-2025 | 687 | 18 | 15 | |
import_snapshot.py | H A D | 25-Apr-2025 | 14.9 KiB | 410 | 320 | |
locations.go | H A D | 25-Apr-2025 | 3 KiB | 113 | 59 | |
wayland_protocol_codegen.go | H A D | 25-Apr-2025 | 29.6 KiB | 878 | 528 | |
wayland_protocol_codegen_test.go | H A D | 25-Apr-2025 | 13.9 KiB | 464 | 419 |
README.android
1## Updating from upstream 2 3### Update the freedesktop.org/ subdirectory 4 51) Run import_snapshot.py freedesktop.org $VERSION 6 7```sh 8# Determine the actual version you want from gitlab.freedesktop.org/wayland/wayland-protocols 9cd path/to/external/wayland-protocols 10./import_snapshot.py freedesktop.org 1.32 11``` 12 132) Modify the top-level Android.bp to reference any new .xml protocol files. 14 15### Update the chromium.org/ directory 16 171) Run import_snapshot.py chromium.org main 18 19```sh 20cd path/to/external/wayland-protocols 21./import_snapshot.py chromium.org main 22``` 23 242) Modify the top-level Android.bp to reference any new .xml protocol files. 25