Lines Matching refs:modules
17 other modules, merges them, and defines the definition of *CLASSPATH environ
20 reads metadata of other modules, to set system properties relating to the
26 `derive_sdk` is a program that reads metadata stored in other apex modules, in
45 [`classpaths.proto`]: https://android.googlesource.com/platform/packages/modules/common/+/refs/head…
47 [sdkinfo-proto]: https://android.googlesource.com/platform/packages/modules/common/+/refs/heads/mas…
58 1) Identify the set of modules that are part of this extension version release.
59 These are the set of modules that are releasing new APIs in this train.
69 the new version code into the proto in the modules.
73 4) **packages/modules/SdkExtensions:** Define the new SDK extension version.
76 $ packages/modules/SdkExtensions/gen_sdk/bump_sdk.sh <NEW_VERSION> <MODULES> <BUG>
79 ...where `<MODULES>` is a comma-separated list of modules included in the
81 include all modules, this argument can be omitted.
88 modules in the train
105 $ packages/modules/common/tools/finalize_sdk.py \
116 [def]: https://android.googlesource.com/platform/packages/modules/SdkExtensions/+/5663ebb842412b023…
123 An extension is a way to group a set of modules so that they are versioned
125 introduces new modules. Every module shipped in previous versions are also part
126 of the new extension. For example, all the R modules are part of both the R
131 - Add any new modules to the SdkModule enum in sdk.proto. e.g.
132 [for new required, updatable modules in U](http://ag/21148706)
134 - Add the binary "current sdk version" proto to the apexes of the new modules.
140 * mapping the modules' package names to the new enum values
142 * creating a new set with the new enum values of the modules relevant for