aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * [coastguard skipped] Merge sparse cherrypicks from ↵Android Build Coastguard Worker2024-06-140-0/+0
| |\ | | | | | | | | | | | | | | | | | | | | | sparse-11969852-L29800030004598878 into 24Q2-release. COASTGUARD_SKIP: I8fce206af4c8fce2fbc2d84a28590a09c26b0da8 Change-Id: Ibc35c0b33d42803b46ebb6785165357215d703aa
| | * Version bump to AP2A.240805.003.Y1 [core/build_id.mk]Android Build Coastguard Worker2024-06-141-1/+1
| | | | | | | | | | | | Change-Id: I8fce206af4c8fce2fbc2d84a28590a09c26b0da8
| * | [coastguard skipped] Merge sparse cherrypicks from ↵Android Build Coastguard Worker2024-06-140-0/+0
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | sparse-11969852-L59600030004531161 into 24Q2-release. COASTGUARD_SKIP: Iee09bb7b555366ec35e215f9d2683c55d37dfdf6 Change-Id: I7a79b5833f384590ffce28a3002a9fea1909465b
| | * Version bump to AP2A.240805.003.X1 [core/build_id.mk]Android Build Coastguard Worker2024-06-141-1/+1
| |/ | | | | | | Change-Id: Iee09bb7b555366ec35e215f9d2683c55d37dfdf6
| * Version bump to AP2A.240805.003 [core/build_id.mk]Android Build Coastguard Worker2024-06-141-1/+1
| | | | | | | | Change-Id: Ia6898bd76a25ba26ca919823e3db2b48fbcbdec8
| * Version bump to AP2A.240805.002 [core/build_id.mk]Android Build Coastguard Worker2024-06-131-1/+1
| | | | | | | | Change-Id: I05f81ded529a1e3a90a32d1612e0b1709587c183
| * [coastguard skipped] Merge sparse cherrypicks from ↵Android Build Coastguard Worker2024-06-130-0/+0
| |\ | | | | | | | | | | | | | | | | | | | | | sparse-11963768-L48200030004546227 into 24Q2-release. COASTGUARD_SKIP: I83cfaf79d976eeac90394ac3138c885bd7a1816c Change-Id: I98b27fe7412f2bcf0fcdcddae08e8ed292688b65
| | * Version bump to AP2A.240805.001.Y1 [core/build_id.mk]Android Build Coastguard Worker2024-06-131-1/+1
| | | | | | | | | | | | Change-Id: I83cfaf79d976eeac90394ac3138c885bd7a1816c
| * | [coastguard skipped] Merge sparse cherrypicks from ↵Android Build Coastguard Worker2024-06-130-0/+0
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | sparse-11963768-L37300030004576966 into 24Q2-release. COASTGUARD_SKIP: If1841cb702f622443d570da5429b033ed7997847 Change-Id: I41af2e9b48daba6d18933c90c7c54d017cb12e38
| | * Version bump to AP2A.240805.001.X1 [core/build_id.mk]Android Build Coastguard Worker2024-06-131-1/+1
| |/ | | | | | | Change-Id: If1841cb702f622443d570da5429b033ed7997847
| * Version bump to AP2A.240805.001 [core/build_id.mk]Android Build Coastguard Worker2024-06-131-1/+1
| | | | | | | | Change-Id: Ica40ec38fe0f41c6c8bf40c36582a05e43b41a13
| * [coastguard skipped] Merge sparse cherrypicks from ↵Android Build Coastguard Worker2024-06-070-0/+0
| |\ | | | | | | | | | | | | | | | | | | | | | sparse-11942872-L82900030004355486 into 24Q2-release. COASTGUARD_SKIP: Ib89fde56938cf2ae551961e74ecaa9cb0556c63c Change-Id: Id7f5941439ffafddb7b4d8b283713ced492bd1f6
| | * Version bump to AP2A.240705.005.A1 [core/build_id.mk]Android Build Coastguard Worker2024-06-071-1/+1
| |/ | | | | | | Change-Id: Ib89fde56938cf2ae551961e74ecaa9cb0556c63c
* | build: add maintainers to build.propAli B2024-07-081-0/+4
| | | | | | | | Change-Id: I9dc1c6a95c441829b5900ff9c83aa32540ddabf1
* | build: changelog: fix USER_BUILD_NO_CHANGELOG flagTom Marshall2024-07-081-2/+3
| | | | | | | | Change-Id: I3923fe2dd9d02720fffbaae90c271256ab2de7b4
* | build: adapt Changelog handling in Makefile [1/2]Julian Veit2024-07-081-1/+3
| | | | | | | | | | | | | | | | | | due the fact google is resetting all env variables, we handle skipping the Changelog by setting USER_BUILD_NO_CHANGELOG=1 in Makefile. Also of this, we can't read env. variable $OUT in script direclty anymore, so we add this as an argument to the script. Change-Id: I8fb39b1dffd990e13a12aa90ac187a881a7dcab6
* | build: Cleanup changelog invocationTom Marshall2024-07-081-3/+3
| | | | | | | | | | | | | | | | * Changelog does not depend on anything. * Don't use -e in echo, it is not used. * Don't set APKCERTS, it is not used. Change-Id: Ic4cacf8543e2fc24070e1f8983226de59f183ac6
* | build: fix changelog on buildJulian Veit2024-07-081-3/+5
| | | | | | | | Change-Id: I11123cc34c4a68c1dbc294bcf533229d5b4e7f41
* | build: build changelog [1/2]Akhil Narang2024-07-081-1/+7
| | | | | | | | Change-Id: I282bd1da2f4af6cbe403a62e18815090401ec545
* | Don't set PRODUCT_ENABLE_UFFD_GC by defaultChirayu Desai2024-07-081-2/+0
| | | | | | | | | | | | | | | | | | * Overriding this from devices doesn't work * Using ?= here doesn't work either * It still defaults to "default" based on other places and works the same, so let's just remove this Change-Id: Ie9d732796a46770c11a7608e7c0990653d59fbd0
* | Merge tag 'android-14.0.0_r53' of ↵George Zacharia2024-07-052-2/+1
|\| | | | | | | | | | | https://android.googlesource.com/platform/build into u14.0 Android 14.0.0 release 53
| * Version bump to AP2A.240705.005 [core/build_id.mk]Android Build Coastguard Worker2024-06-071-1/+1
| | | | | | | | Change-Id: If67435bf36f88302c6e78929c58c41f5f88281f9
| * [coastguard skipped] Merge sparse cherrypicks from ↵Android Build Coastguard Worker2024-06-070-0/+0
| |\ | | | | | | | | | | | | | | | | | | | | | sparse-11860263-L41200030004374858 into 24Q2-release. COASTGUARD_SKIP: I3c0e4621a26f9e6d7bca7ac0db02c17f908f8b20 Change-Id: I0ce665bd5e90a861c6191b93a8c326a3470ae2e9
| | * Version bump to AP2A.240605.024.A1 [core/build_id.mk]Android Build Coastguard Worker2024-06-071-1/+1
| | | | | | | | | | | | Change-Id: I3c0e4621a26f9e6d7bca7ac0db02c17f908f8b20
| * | Version bump to AP2A.240705.004 [core/build_id.mk]Android Build Coastguard Worker2024-05-221-1/+1
| | | | | | | | | | | | Change-Id: Ic8be6b487371588b832af848c03704874cf5b933
| * | [coastguard skipped] Merge sparse cherrypicks from ↵Android Build Coastguard Worker2024-05-220-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | sparse-11866816-L92800030003936314 into 24Q2-release. COASTGUARD_SKIP: I3d6a1910c52bff0bb8de861d2ed01d97dc478a14 Change-Id: I98e4c5ae81522e19aeffd11c382225c1cf4ed91a
| | * | Version bump to AP2A.240705.001.A1 [core/build_id.mk]Android Build Coastguard Worker2024-05-221-1/+1
| | | | | | | | | | | | | | | | Change-Id: I3d6a1910c52bff0bb8de861d2ed01d97dc478a14
| * | | Make change and version bump to AP2A.240705.003Android Build Coastguard Worker2024-05-212-2/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Merge cherrypicks of ['android-review.googlesource.com/3031704'] into 24Q2-release. Change-Id: I906641fe355d63a301fd46ea783b8851a439b293
| | * | | ota_from_target_files: read correct api levelDaniel Zheng2024-05-211-1/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ro.product.first_api_level looks like the value we actually want to read to since it inherits from $PRODUCT_SHIPPING_API_LEVEL. Other variables we attempted to look at were giving other values (e.g 202504 for pixel watch) Bug: 331202590 Test: th (cherry picked from https://android-review.googlesource.com/q/commit:dc411eda4c7c2091f5ca75f7f9c653eab73c11c0) Merged-In: Ied3da247cba45611132db6c9e3cdefb447891f96 Change-Id: Ied3da247cba45611132db6c9e3cdefb447891f96
| * / / Version bump to AP2A.240705.002 [core/build_id.mk]Android Build Coastguard Worker2024-05-211-1/+1
| |/ / | | | | | | | | | Change-Id: If177acba146d09f80b74da5bb7f8436fda11aff1
| * / Version bump to AP2A.240705.001 [core/build_id.mk]Android Build Coastguard Worker2024-05-211-1/+1
| |/ | | | | | | Change-Id: I49cb707eda3e013bfdf20db5b2d3a95d354361f0
* | Merge tag 'android-14.0.0_r50' of ↵George Zacharia2024-07-04212-1625/+15962
|\| | | | | | | | | | | https://android.googlesource.com/platform/build into u14.0 Android 14.0.0 Release 50 (AP2A.240605.024)
| * Version bump to AP2A.240605.024 [core/build_id.mk]Android Build Coastguard Worker2024-05-181-1/+1
| | | | | | | | Change-Id: I2f00936eead51cfbd87e49d2f049aa90c46a0706
| * Version bump to AP2A.240605.023 [core/build_id.mk]Android Build Coastguard Worker2024-05-151-1/+1
| | | | | | | | Change-Id: I199a9f7ebd9602a25d4f999504306b23ed6c991b
| * Version bump to AP2A.240605.022 [core/build_id.mk]Android Build Coastguard Worker2024-05-141-1/+1
| | | | | | | | Change-Id: I15769d8c46b45399a4a3de2460060d01fd029a1a
| * Version bump to AP2A.240605.021 [core/build_id.mk]Android Build Coastguard Worker2024-05-101-1/+1
| | | | | | | | Change-Id: I57e7359827b664928120455be4fe949d455207ba
| * Version bump to AP2A.240605.020 [core/build_id.mk]Android Build Coastguard Worker2024-05-091-1/+1
| | | | | | | | Change-Id: I37f204ceeaa9af041a4e483bd8020e759bc85fb1
| * Version bump to AP2A.240605.019 [core/build_id.mk]Android Build Coastguard Worker2024-05-081-1/+1
| | | | | | | | Change-Id: Id2c9c60e0405e0d63cd53b08e96280326f66f40f
| * [coastguard skipped] Merge sparse cherrypicks from ↵Android Build Coastguard Worker2024-05-030-0/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sparse-11799897-L62100030003582657 into 24Q2-release. COASTGUARD_SKIP: I18316e769438f62071723771762d6e89be98b813 COASTGUARD_SKIP: I1d84db76b157082fc7db1b3cb7c9afe8cdf46cbf COASTGUARD_SKIP: I0ef2a900568daccfbd2ef1d8949674e6f2a63e00 COASTGUARD_SKIP: I862f167062ee647af00a4ec7d4af2966c6be44a8 COASTGUARD_SKIP: If810780de164b74c3e3ebc35260384843de2c084 COASTGUARD_SKIP: Id0929a1072dbdca630e59d68cd13eb9f5ca9af2d Change-Id: I1119ae78294aa9804ca1cee18a2bca4f34b2abdc
| | * Make change and version bump to AP2A.240605.018.X1Android Build Coastguard Worker2024-05-033-16/+141
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge cherrypicks of ['googleplex-android-review.googlesource.com/27197294', 'googleplex-android-review.googlesource.com/27198075', 'googleplex-android-review.googlesource.com/27198076', 'googleplex-android-review.googlesource.com/27198077', 'googleplex-android-review.googlesource.com/27198078'] into sparse-11799897-L62100030003582657. SPARSE_CHANGE: If810780de164b74c3e3ebc35260384843de2c084 SPARSE_CHANGE: I18316e769438f62071723771762d6e89be98b813 SPARSE_CHANGE: I862f167062ee647af00a4ec7d4af2966c6be44a8 SPARSE_CHANGE: I0ef2a900568daccfbd2ef1d8949674e6f2a63e00 SPARSE_CHANGE: I1d84db76b157082fc7db1b3cb7c9afe8cdf46cbf Change-Id: Id0929a1072dbdca630e59d68cd13eb9f5ca9af2d
| | * Enable build flags in protobufLaMont Jones2024-05-031-2/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If RELEASE_BUILD_FLAGS_IN_PROTOBUF is False, then the results from out/release-config are ignored and we do the old processing. The following additional logic all goes away once the migration to protobuf is finished. - If we found .textproto files that don't have corresponding .mk files, we require protobuf. - If we found .mk files that don't have corresponding .textproto files, we require legacy (make) processing. - If PRODUCT_RELEASE_CONFIG_MAPS specifies .textproto files, we require protobuf. In order to further isolate migration, the choice can be determined on a release-config by release-config basis. in each release config directory, we look for: - `build_config/DEFAULT=proto` - `build_config/DEFAULT=make` - `build_config/${TARGET_RELEASE}=proto` - `build_config/${TARGET_RELEASE}=make` The last such file found determines which code path is used. Bug: 328495189 Test: manual, TH (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1dbaea00a2275dbf6e925e4a27474999432a4b52) Merged-In: I1d84db76b157082fc7db1b3cb7c9afe8cdf46cbf Change-Id: I1d84db76b157082fc7db1b3cb7c9afe8cdf46cbf
| | * Do not use build/trunk_release/release_config_map.mkLaMont Jones2024-05-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We won't be adding build/trunk_release to the manifest. Bug: 328495189 Test: TH (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:efd70bf102f877f5f3ee3338fb2d37c09dbdb36c) Merged-In: I0ef2a900568daccfbd2ef1d8949674e6f2a63e00 Change-Id: I0ef2a900568daccfbd2ef1d8949674e6f2a63e00
| | * Defer "no such release config" errorLaMont Jones2024-05-031-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows product-specific release config maps to declare release configs. Bug: 328495189 Test: manual (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6012518e1ff5a4b3c30e159e2a3eacda4ef3a8cf) Merged-In: I862f167062ee647af00a4ec7d4af2966c6be44a8 Change-Id: I862f167062ee647af00a4ec7d4af2966c6be44a8
| | * Allow duplicate release config maps and build flag declarationsLaMont Jones2024-05-032-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only include a release_config_map.mk file the first time it appears in the list. If the flag declaration is identical to one already declared, do not raise an error. This eases the process of migrating where flags are declared. Bug: b/328781415 Bug: b/328495189 Test: manual, TH (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:2113940404551a7acf545d63daf5f2130e9a4cba) Merged-In: I18316e769438f62071723771762d6e89be98b813 Change-Id: I18316e769438f62071723771762d6e89be98b813
| | * Look for release_config_map.mk in more projectsLaMont Jones2024-05-031-1/+3
| |/ | | | | | | | | | | | | | | | | | | This allows us to split up build/release for better clarity. Bug: b/328495189 Test: manual (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1f5d0af60ef94ff40dd4ab4180b5ade629b34587) Merged-In: If810780de164b74c3e3ebc35260384843de2c084 Change-Id: If810780de164b74c3e3ebc35260384843de2c084
| * Version bump to AP2A.240605.018 [core/build_id.mk]Android Build Coastguard Worker2024-05-031-1/+1
| | | | | | | | Change-Id: I7a07f941f3467170319d04a8ae33e49502a5de56
| * Version bump to AP2A.240605.017 [core/build_id.mk]Android Build Coastguard Worker2024-05-021-1/+1
| | | | | | | | Change-Id: I4f15de00fff3d30d212266a7393607e27083aed5
| * Version bump to AP2A.240605.016 [core/build_id.mk]Android Build Coastguard Worker2024-04-301-1/+1
| | | | | | | | Change-Id: Ia82666443f73a82b2da43a0914d30f1b410eb7fe
| * Version bump to AP2A.240605.015 [core/build_id.mk]Android Build Coastguard Worker2024-04-291-1/+1
| | | | | | | | Change-Id: Ifb54e06a6d314cb9d6d2453d087d78a0d3f33972
| * Version bump to AP2A.240605.014 [core/build_id.mk]Android Build Coastguard Worker2024-04-261-1/+1
| | | | | | | | Change-Id: I5fa09d152e9ab0a9a08f21d64140a04e86e03452