Home
last modified time | relevance | path

Searched refs:release (Results 1 – 25 of 63) sorted by relevance

123

/build/make/core/
Drelease_config.mk52 config_map_files := $(wildcard build/release/release_config_map.mk) \
53 $(wildcard vendor/google_shared/build/release/release_config_map.mk) \
54 $(if $(wildcard vendor/google/release/release_config_map.mk), \
55 vendor/google/release/release_config_map.mk, \
57 $(wildcard device/*/release/release_config_map.mk) \
58 $(wildcard device/*/*/release/release_config_map.mk) \
59 $(wildcard vendor/*/release/release_config_map.mk) \
60 $(wildcard vendor/*/*/release/release_config_map.mk) \
64 protobuf_map_files := build/release/release_config_map.textproto \
65 $(wildcard vendor/google_shared/build/release/release_config_map.textproto) \
[all …]
/build/release/aconfig/root/
DREADME.md1 This directory contains the root release config from which all other release
3 the aconfig integration tests). Other changes to the root release config are not
4 expected: you probably want to modify the next or trunk release configs instead.
/build/soong/sdk/
Dbuild_release.go56 func (s *buildReleaseSet) addItem(release *buildRelease) {
57 s.contents[release] = struct{}{}
68 func (s *buildReleaseSet) contains(release *buildRelease) bool {
69 _, ok := s.contents[release]
76 addRelease := func(release *buildRelease) {
77 if _, ok := s.contents[release]; ok {
78 list = append(list, release.name)
82 for _, release := range dessertBuildReleases {
83 addRelease(release)
120 release := &buildRelease{name: name, ordinal: ordinal}
[all …]
Dbuild_release_test.go36 release, err := nameToRelease("S")
38 android.AssertDeepEquals(t, "release", buildReleaseS, release)
41 release, err := nameToRelease("A")
42 android.AssertDeepEquals(t, "release", (*buildRelease)(nil), release)
45 …android.FailIfNoMatchingErrors(t, `unknown release "A", expected one of \[S,Tiramisu,UpsideDownCak…
65 invalidAReleaseMessage := `unknown release "A", expected one of ` + allBuildReleaseSet.String()
89 … "errors", fmt.Sprint(err), `invalid closed range, start release "F1" is later than end release "S…
/build/make/tools/finalization/
DREADME.md2 …automation and CI scripts for [finalizing](https://go/android-finalization) Android before release.
6 1. [Finalize VINTF](./finalize-vintf-resources.sh). Prepare the branch for VINTF release.
7 1. [Finalize SDK](./finalize-sdk-resources.sh). Prepare the branch for SDK release. SDK contains An…
8 …(./finalize-sdk-rel.sh). Mark branch as "REL", i.e. prepares for Android release. Any signed build…
15 …ation Step 0, git_main-fina-0-release](https://android-build.corp.google.com/build_explorer/branch…
16 …ation Step 1, git_main-fina-1-release](https://android-build.corp.google.com/build_explorer/branch…
17 …ation Step 2, git_main-fina-2-release](https://android-build.corp.google.com/build_explorer/branch…
Dframeworks_base.apply_hack.diff4 Subject: [PATCH] HACK: allow apps with pre-release SDK RESTRICT AUTOMERGE
7 Let the apps built with pre-release Tiramisu SDK parse
25 + // STOPSHIP: hack for the pre-release SDK
34 // Otherwise, we're looking at an incompatible pre-release SDK.
41 + // STOPSHIP: hack for the pre-release SDK
50 // Otherwise, we're looking at an incompatible pre-release SDK.
61 + // STOPSHIP: hack for the pre-release SDK
70 // Otherwise, we're looking at an incompatible pre-release SDK.
77 + // If it's a pre-release SDK and the codename matches this platform, it
83 + // STOPSHIP: hack for the pre-release SDK
[all …]
Dframeworks_base.revert_hack.diff4 Subject: [PATCH] Revert "HACK: allow apps with pre-release SDK RESTRICT AUTOMERGE"
21 - // STOPSHIP: hack for the pre-release SDK
30 // Otherwise, we're looking at an incompatible pre-release SDK.
37 - // STOPSHIP: hack for the pre-release SDK
46 // Otherwise, we're looking at an incompatible pre-release SDK.
57 - // STOPSHIP: hack for the pre-release SDK
66 // Otherwise, we're looking at an incompatible pre-release SDK.
73 - // If it's a pre-release SDK and the codename matches this platform, it
79 - // STOPSHIP: hack for the pre-release SDK
98 + // If it's a pre-release SDK and the codename matches this platform, it
[all …]
/build/make/
Denvsetup.sh488 local product release variant
490 IFS="-" read -r product release variant <<< "$selection"
492 if [[ -z "$product" ]] || [[ -z "$release" ]] || [[ -z "$variant" ]]
500 _lunch_meat $product $release $variant
506 local release=$2
510 TARGET_RELEASE=$release \
523 export TARGET_RELEASE=$release
525 export TARGET_BUILD_TYPE=release
606 local product release variant
611 IFS="-" read -r product release variant <<< "$1"
[all …]
Dbuildspec.mk.default39 # Choose a targeted release. If you don't pick one, the default is the
40 # soonest future release.
54 # Set this to debug or release if you care. Otherwise, it defaults to release.
56 #TARGET_BUILD_TYPE:=release
60 # it defaults to release.
/build/
Denvsetup.sh488 local product release variant
490 IFS="-" read -r product release variant <<< "$selection"
492 if [[ -z "$product" ]] || [[ -z "$release" ]] || [[ -z "$variant" ]]
500 _lunch_meat $product $release $variant
506 local release=$2
510 TARGET_RELEASE=$release \
523 export TARGET_RELEASE=$release
525 export TARGET_BUILD_TYPE=release
606 local product release variant
611 IFS="-" read -r product release variant <<< "$1"
[all …]
Dbuildspec.mk.default39 # Choose a targeted release. If you don't pick one, the default is the
40 # soonest future release.
54 # Set this to debug or release if you care. Otherwise, it defaults to release.
56 #TARGET_BUILD_TYPE:=release
60 # it defaults to release.
/build/make/target/product/
Dgo_defaults.mk21 PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_shared/build/release/gms_mainline_go/requir…
24 PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google/release/go_devices/release_config_map.mk)
/build/make/target/product/security/
DAndroid.bp21 // on release devices.
23 name: "fsverity-release-cert-der",
24 src: "fsverity-release.x509.der",
/build/soong/cmd/release_config/release_config_proto/
Dbuild_flags_out.proto22 // This protobuf file defines messages used to represent the release config for
65 // The name of the release config.
69 // Other names by which this release is known (for example, `next`)
72 // The complete set of build flags in this release config, after all
83 // The release config directories used for this config.
84 // For example, "build/release".
93 // The active release config for this build.
96 // All other release configs defined for this TARGET_PRODUCT.
Dbuild_flags_src.proto23 // a release in a more human-editable form. It is used for on-disk files in the
96 // If true, the flag is completely removed from the release config as if
101 // This replaces $(call declare-release-config).
103 // The name of the release config.
107 // From which other release configs does this one inherit?
114 // Only aconfig flags are allowed in this release config.
127 // The release that `name` is an alias for.
/build/make/tools/
Dlunchable48 for release in trunk_staging; do
50 lunchcombo="${product}-${release}-${variant}"
/build/release/flag_declarations/
DRELEASE_PACKAGE_LIBSQLITE3.textproto3 description: "The sqlite release."
DRELEASE_ACONFIG_EXTRA_RELEASE_CONFIGS.textproto3 description: "Also generate all_aconfig_declarations for these release configs"
DRELEASE_PLATFORM_SDK_EXTENSION_VERSION.textproto3 description: "The sdk extension version of this release configuration."
DRELEASE_PACKAGE_PROFILING_MODULE.textproto3 description: "Flag will control the release of the Profiling module apex."
/build/soong/java/
Dprebuilt_apis.go100 …okContext, p string, allowIncremental bool) (module string, version int, release int, scope string…
115 release = qpr
118 release = 0
284 module, version, release, scope := parseFinalizedPrebuiltPath(mctx, f, allowIncremental)
286 incrementalVersion := strconv.Itoa(version) + "." + strconv.Itoa(release)
296 version, release int
303 module, version, release, scope := parseFinalizedPrebuiltPath(mctx, f, allowIncremental)
309 if !exists || version > info.version || (version == info.version && release > info.release) {
310 m[key] = latestApiInfo{module, scope, f, version, release, isExtensionApiFile}
/build/soong/cmd/release_config/build_flag/
Dmain.go189 outputOneLine := func(variable, release, value, valueFormat string) {
195 outStr += fmt.Sprintf(releaseNameFormat, release)
271 release, err := configs.GetReleaseConfig(targetRelease)
272 targetRelease = release.Name
276 if release.AconfigFlagsOnly {
279 flagArtifact, ok := release.FlagArtifacts[name]
284 mapDir, err := configs.GetFlagValueDirectory(release, flagArtifact)
366 release, ok := os.LookupEnv("TARGET_RELEASE")
368 commonFlags.targetReleases = rc_lib.StringList{release}
/build/release/automotive/
DOWNERS1 include platform/build/release:/OWNERS
/build/pesto/experiments/prepare_bazel_test_env/data/static/build/bazel/rules/
Djava_tf_test_launcher.sh30 --no-early-device-release \
Dandroid_tf_test_launcher.sh31 --no-early-device-release \

123