• Home
  • Raw
  • Download

Lines Matching +full:version +full:- +full:script

13 ## Changes from the official version
19 - `./LICENSE` (symlinks to COPYING)
20 - `./METADATA`
21 - `./MODULE_LICENSE_MIT`
23 Note that `./METADATA` should be updated with the latest version and time
25 script automatically.
28 <https://opensource.google/docs/thirdparty/android#how-to-add-new-third-party-code-to-android>
36 - `./Android.bp`
40 - `./config.h`
45 - `./import_official_snapshot.py`
47 A helper Python script useful to import updated official versions of the
51 - `./wayland-version.h`
53 A static expansion of `src/wayland-version.h.in` for the current Wayland
54 version here. If using `./import_official_snapshot.py`, this will be updated
55 by the script automatically.
57 - `./OWNERS`
61 - `./PREUPLOAD.cfg`
66 - `./README.android.md`
77 to the current version of Wayland used here.
83 along with command-line git.
88 ./import_official_snapshot.py <version-tag>
91 For example, to import the "1.18.0" version tag from the official sources:
97 The script will create a new branch based on your current checkout, and commit
100 - An inital empty commit with a simple import message.
102 - A commit removing all existing files, and adding in a clean import of the
103 **CURRENT** version from the official sources.
105 - A commit adding (back) the various required Android files
107 - Additional commits for each patch in `./patches/`
109 The script will then validate that there are no differences between the branch
110 start (committed code) and a cleanly-patched import of the current version. If
114 Assuming success, the script will continue commiting to the branch:
116 - A commit removing all existing files, and adding in a clean import of
117 the **NEW** version from the official sources.
119 - A commit adding (back) the various required Android files, including
120 updating `./METADATA` and `./wayland-version.h`.
122 - A commit for each patch in `./patches/`, if there are any.
124 If there were no problems needing manual intervention, the script will then
125 execute a final `git rebase -i --autosquash` to squash the CL into a single
139 version of Wayland if you make any changes to the official sources.
142 current version, and apply the current list of patches WITHOUT squashing the
153 git format-patch HEAD~5 --no-stat --numbered --zero-commit --no-signature \
154 --suffix=.diff --output-directory patches/