Name Date Size #Lines LOC

..--

bazel/H25-Apr-2025-459396

chromium.org/H25-Apr-2025-8,5927,117

freedesktop.org/H25-Apr-2025-11,1379,303

Android.bpH A D25-Apr-202511.4 KiB258232

BSD_LICENSE.txtH A D25-Apr-20251.4 KiB2824

ISC_LICENSE.txtH A D25-Apr-20251.2 KiB2623

LICENSEH A D25-Apr-202515.3 KiB305250

METADATAH A D25-Apr-2025682 1616

MIT_LICENSE.txtH A D25-Apr-20251.5 KiB3427

OWNERSH A D25-Apr-2025372 1511

PREUPLOAD.cfgH A D25-Apr-2025104 42

README.androidH A D25-Apr-2025638 2516

go.modH A D25-Apr-2025687 1815

import_snapshot.pyH A D25-Apr-202514.9 KiB410320

locations.goH A D25-Apr-20253 KiB11359

wayland_protocol_codegen.goH A D25-Apr-202529.6 KiB878528

wayland_protocol_codegen_test.goH A D25-Apr-202513.9 KiB464419

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