aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-18Merge "DO NOT MERGE - Merge RQ3A.210605.005" into stage-aosp-mastertmp_sam_RQ3A.210605.005TreeHugger Robot
2021-06-18Merge "Add 31.0 to PLATFORM_SEPOLICY_COMPAT_VERSIONS" am: 97b0ada631Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/build/+/1737423 Change-Id: I4ab3c7053d6b3e669a928307fb17418d2b96749c
2021-06-18Merge "Add 31.0 to PLATFORM_SEPOLICY_COMPAT_VERSIONS"Treehugger Robot
2021-06-18Merge "android-info.txt: do not output 'board=' if no board_name" am: 65f4412cc8Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/build/+/1726355 Change-Id: I030c40c0d2eb9e8d7d98eb691f6fdf58bdce3153
2021-06-18Merge "android-info.txt: do not output 'board=' if no board_name"Treehugger Robot
2021-06-18DO NOT MERGE - Merge RQ3A.210605.005Xin Li
Bug: 190855093 Merged-In: Ibfaf0bcc7e4525786eca62cafc7548030be40c61 Change-Id: Iec9e57f2d6f1afe3015b4c6034612fc0593e2704
2021-06-17DO NOT MERGE - Mark RQ3A.210410.001 as mergedXin Li
Bug: 190855093 Merged-In: Ib436241b675f1bb2005fe526c1d11c778f8ccb3b Change-Id: Ia7bbc87a41689bf8ce4ac90d668d6c93032a56e5
2021-06-18Merge "Update OWNERS for signapk." am: 56bed0bcf1Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/build/+/1740161 Change-Id: Ib436241b675f1bb2005fe526c1d11c778f8ccb3b
2021-06-18Merge changes Ie63d08ac,Ia7f8200c am: 79b0ec0309Bill Peckham
Original change: https://android-review.googlesource.com/c/platform/build/+/1738485 Change-Id: I0868cbe3e5e8cadd0dd6aebfc980b94ff0dffddd
2021-06-18Introduce droidcore-unbundled target am: 16da01fe20Bill Peckham
Original change: https://android-review.googlesource.com/c/platform/build/+/1731753 Change-Id: Ie536e58e431e326a9eeb61f1504299c8a4089f31
2021-06-18Merge "Update OWNERS for signapk."Treehugger Robot
2021-06-17Merge changes Ie63d08ac,Ia7f8200cBill Peckham
* changes: Fix typo in droidcore-unbundled. Introduce droidcore-unbundled target
2021-06-17Update OWNERS for signapk.Elliott Hughes
Test: treehugger Change-Id: I8914a5386fe51fdf544367826ea643ad785e558d
2021-06-17Merge "Add libbinder_rpc_unstable to system image" am: 92fb9274d9Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/build/+/1733992 Change-Id: I1e71af755c49bc230033d75a21e88374fe83b91b
2021-06-17Merge "Add libbinder_rpc_unstable to system image"Treehugger Robot
2021-06-17Merge "DO NOT MERGE - Skip ab/7272582" into stage-aosp-masterXin Li
2021-06-17DO NOT MERGE - Skip ab/7272582Xin Li
Bug: 190855093 Merged-In: I5897c3587b19a3343b899f90f798185f921172a7 Change-Id: I29ea52bc8680d95e944709af9c604b2192795781
2021-06-17Merge "Remove --compatible-output=no as it is now default" am: 8d67d62e55Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/build/+/1739037 Change-Id: Ia56d937c7b3c69c55cd01f3654e430243be71518
2021-06-17Merge "Remove --compatible-output=no as it is now default"Treehugger Robot
2021-06-17Remove --compatible-output=no as it is now defaultAurimas Liutikas
Change-Id: I4dbc78473eda1807cfa812dc7e79f804e6dd8c9c Test: treehugger
2021-06-16Fix typo in droidcore-unbundled.Bill Peckham
Test: manual inspection. Bug: 191304308 Merged-In: Ie63d08acff0b9accfafd906a43bd18cbef5471a3 Change-Id: Ie63d08acff0b9accfafd906a43bd18cbef5471a3
2021-06-17Merge "Show bazel help for `b` called without args." am: bb53fe394bTreehugger Robot
Original change: https://android-review.googlesource.com/c/platform/build/+/1737501 Change-Id: I973fe2c359649067c115c9af0ed1b1935e1807d0
2021-06-17Merge "Show bazel help for `b` called without args."Treehugger Robot
2021-06-16Merge "Disable build-time debugfs restrictions on GSI builds" am: 32bd512b9eHridya Valsaraju
Original change: https://android-review.googlesource.com/c/platform/build/+/1736064 Change-Id: I47db6561d7a29b78ca4c9d254653f4131e32915a
2021-06-16Merge "Disable build-time debugfs restrictions on GSI builds"Hridya Valsaraju
2021-06-16Introduce droidcore-unbundled targetBill Peckham
The droidcore-unbundled target replaces the droidcore target when TARGET_BUILD_UNBUNDLED_IMAGE=true. This target is similar to droidcore in terms of dependencies, but it has a smaller set of dist files. The intention is to use TARGET_BUILD_UNBUNDLED_IMAGE=true with a VSDK-using vendor build to supply Java dependencies from prebuilts to avoid building (or needing) Java framework sources. Test: build with and without TARGET_BUILD_UNBUNDLED_IMAGE=true Test: m nothing dist (before patch) Test: m nothing dist (after patch) Test: m nothing dist TARGET_BUILD_UNBUNDLED_IMAGE=true (after patch) Test: examine ninja build graph for previous 3 tests Bug: 188176942 Bug: 187064252 Merged-In: Ia7f8200c1bb1aaaa57c177d1698a114efe26bec7 Change-Id: Ia7f8200c1bb1aaaa57c177d1698a114efe26bec7
2021-06-16Show bazel help for `b` called without args.Jingwen Chen
This is less surprising than trying to use --config=bp2build as the only args, which is invalid. Test: source build/envsetup.sh; b Change-Id: I0b3724d05b8cc149268e660eb672192fe9bad19d
2021-06-16Add 31.0 to PLATFORM_SEPOLICY_COMPAT_VERSIONSInseob Kim
Bug: 189161483 Test: m selinux_policy Change-Id: I48b681fb28c78ea9dca922f5fb58f19a940c1a51
2021-06-15Merge "Add help message for likely typo to lunch" am: 757e2e1fc1Anton Hansson
Original change: https://android-review.googlesource.com/c/platform/build/+/1736893 Change-Id: I3ed2ca1d5f2039f955db4f6d5a1401b4e7b307b8
2021-06-15Merge "Add help message for likely typo to lunch"Anton Hansson
2021-06-14Disable build-time debugfs restrictions on GSI buildsHridya Valsaraju
These restrictions enable macros that disable sepolicy access to debugfs for unauthorized clients on S-launching devices. However, since the Android S GSI build must also be fully functional on earlier devices that could have possibly depended on debugfs, disable the build-time restrictions on GSI builds. Bug: 184381659 Test: make Change-Id: I583693df5c30d9bab28f76a6c1e4e9db8e5fd89f
2021-06-14Merge "Add ro.vendor.build.dont_use_vabc to disable VABC OTA" am: c09cda8c6cTreehugger Robot
Original change: https://android-review.googlesource.com/c/platform/build/+/1734412 Change-Id: I97143fdf5e4239085aa0e3581c79a640a1166745
2021-06-14Merge "Add ro.vendor.build.dont_use_vabc to disable VABC OTA"Treehugger Robot
2021-06-14Add help message for likely typo to lunchAnton Hansson
Test: lunch aosp_blueline_userdebug Change-Id: Ieb8059d1717a98f66d61387d6bfd28470835eb6e
2021-06-14Add ro.vendor.build.dont_use_vabc to disable VABC OTAKelvin Zhang
This prop is owned by OEM, OEM can set this if they want to disable VABC. Test: m dist, make sure generated OTA has VABC disabled Bug: 185400304 Change-Id: Iceb2fb1f399d38a51722352a86ddf68af05fa24e
2021-06-12Merge "Handles capex in signing script" am: 6497a1b7f8Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/build/+/1735159 Change-Id: I972cbe143b988d8741f76c5d0a777d347e90e0ed
2021-06-12Merge "Handles capex in signing script"Treehugger Robot
2021-06-11Handles capex in signing scriptTianjie
Today, the signing script simply ignores capex files, because it looks for hardcoded '.apex' suffix. Add support to handle capex as well. Bug: 190574334 Test: Sign a target file locally Change-Id: I3085ca7b0396a4fbf1b220f7de44d4eafb60c3d8
2021-06-11Merge "Add one more Java warning pattern" am: e8872c3408Chih-hung Hsieh
Original change: https://android-review.googlesource.com/c/platform/build/+/1734332 Change-Id: Id4508916d94371e9d938f932a0b2e0707e4bcdc5
2021-06-10Merge "Add one more Java warning pattern"Chih-hung Hsieh
2021-06-10Merge "Add one Asm warning pattern" am: 9c17b26ee7Chih-hung Hsieh
Original change: https://android-review.googlesource.com/c/platform/build/+/1730812 Change-Id: I56cb4359decf96a4138f7d5764e08766d10ee883
2021-06-10Add one more Java warning patternChih-Hung Hsieh
Test: warn.py --url=http://cs/android --separator='?l=' build.log > warnings.html Test: warn.py --gencsv build.log > warnings.csv Change-Id: Ibc0ef7d1df29485ab4389f5c595fac77f69e19e7
2021-06-10Merge "Add one Asm warning pattern"Chih-hung Hsieh
2021-06-10Merge "Add vendor-bootconfig.img to target-files-package" am: 55987b5745Devin Moore
Original change: https://android-review.googlesource.com/c/platform/build/+/1732636 Change-Id: I6c211a83af5ef987e12ad8191541364d985a7b04
2021-06-10Merge "Add vendor-bootconfig.img to target-files-package"Devin Moore
2021-06-10Add libbinder_rpc_unstable to system imageVictor Hsieh
Bug: 190547489 Bug: 189947807 Test: m Change-Id: Ib3b1d10e6f09de54966ab6c02f170b0feef17241
2021-06-10Merge "Move PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to default_art_config.mk." ↵Treehugger Robot
am: 72e0ffd918 Original change: https://android-review.googlesource.com/c/platform/build/+/1731390 Change-Id: Id49d2f8649ccf2505ff738b5091ea2bd847da117
2021-06-10Merge "Move PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to default_art_config.mk."Treehugger Robot
2021-06-10Move PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS to default_art_config.mk.satayev
The list of updatable system server jars must be known in module_common.mk which is used to build mainline modules that contain said system server jars. module_common.mk inherit from default_art_config.mk. Note that we could also move the defition into a separate make file, if current change causes problems. However, places like clockwork overwrite values of PRODUCT_UPDATABLE_SYSTEM_SERVER_JARS instead of appending to them, so it should not be a source of issues. Bug: 180105615 Bug: 190407034 Test: TARGET_BUILD_VARIANT=user vendor/google/build/build_mainline_modules.sh -j64 and inspecting build artifacts Change-Id: I771895bf0a974a4c6aa4f7374159c22536f03891 Merged-In: I771895bf0a974a4c6aa4f7374159c22536f03891 Merged-In: Id867ec12ab546613f63a50d608192ab5134f65bb (cherry picked from commit 66bb2ab32dd040a74bc40f3f41d0cc5df0c9d71b)
2021-06-10Merge "Improve bazel() warning in envsetup.sh." am: c137b8520bJingwen Chen
Original change: https://android-review.googlesource.com/c/platform/build/+/1732933 Change-Id: Ia3a357825ce92f0d16c6d2199488ed44192f1b41