• Home
Name Date Size #Lines LOC

..--

bazel/04-Jul-2025-459396

chromium.org/04-Jul-2025-8,5927,117

freedesktop.org/04-Jul-2025-11,1379,303

Android.bpD04-Jul-202511.4 KiB258232

BSD_LICENSE.txtD04-Jul-20251.4 KiB2824

ISC_LICENSE.txtD04-Jul-20251.2 KiB2623

LICENSED04-Jul-202515.3 KiB305250

METADATAD04-Jul-2025682 1616

MIT_LICENSE.txtD04-Jul-20251.5 KiB3427

OWNERSD04-Jul-2025444 1612

PREUPLOAD.cfgD04-Jul-2025104 42

README.androidD04-Jul-2025638 2516

go.modD04-Jul-2025687 1815

import_snapshot.pyD04-Jul-202514.9 KiB410320

locations.goD04-Jul-20253 KiB11359

wayland_protocol_codegen.goD04-Jul-202529.5 KiB875527

wayland_protocol_codegen_test.goD04-Jul-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