1 # Notes for updating `external/wayland` from source 2 3 ## Official source home page 4 5 http://cgit.freedesktop.org/wayland/wayland/ 6 7 ## Files added for use in Android: 8 9 - `./Android.mk` 10 - `./METADATA` 11 - `./LICENSE (copy of ./COPYING)` 12 - `./README.android.md` 13 - `./config.h` 14 - `.gitignore` 15 16 Note that Android.mk embeds the version of Wayland being built (ends up in src 17 /wayland-version.h). 18 19 ## Files generated by the build process 20 21 These files are generated by the Android.mk makefile into the source directory, 22 and should not be checked in. 23 24 ### From `protocol/wayland.xml` 25 26 - `protocol/wayland-client-protocol.h` 27 28 ### From `src/wayland-version.h.in` 29 30 - `src/wayland-version.h` 31