aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Make change and version bump to RP1A.200710.001android-build-team Robot2020-07-101-1/+1
|\| | | | | | | Change-Id: Ic46878737d06ed4c7bb0676f5095398034734421
* | Make change and version bump to RP1A.200709.001android-build-team Robot2020-07-091-1/+1
|\| | | | | | | Change-Id: I1013d12369b8cbf5f4f4d5b5f29d5ba3315b688e
* | Make change and version bump to RP1A.200708.001android-build-team Robot2020-07-081-1/+1
|\| | | | | | | Change-Id: I2921432582f062bddc786498d60481b2a6fa7783
* | Make change and version bump to RP1A.200707.001android-build-team Robot2020-07-074-10/+19
|\| | | | | | | Change-Id: I253bcb4d139e21de1bda5d1f3aaf78d06815ced2
| * Merge changes from topic "gcov-clang-migration" into rvc-devOliver Nguyen2020-07-063-9/+18
| |\ | | | | | | | | | | | | | | | | | | * changes: Rename Native_coverage to GcovCoverage in Soong Introduce product variables to select Java code coverage paths in Make. Rename native code coverage paths product variables in Make.
| | * Rename Native_coverage to GcovCoverage in SoongColin Cross2020-06-292-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass the NATIVE_COVERAGE Make variable to Soong as the more accurate GcovCoverage. Also remove NATIVE_LINE_COVERAGE, it doesn't do anything different from NATIVE_COVERAGE, and NATIVE_COVERAGE is always set when NATIVE_LINE_COVERAGE is set. Bug: 159059537 Test: m checkbuild Merged-In: Ib26a0e29f09b87400fd8bc41d2c06a4a8a397a19 Change-Id: Ib26a0e29f09b87400fd8bc41d2c06a4a8a397a19
| | * Introduce product variables to select Java code coverage paths in Make.Roland Levillain2020-06-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce product variables `JavaCoveragePaths` and `JavaCoverageExcludePaths` (resp. populated from environment variables `JAVA_COVERAGE_PATHS` and `JAVA_COVERAGE_EXCLUDE_PATHS`). Use them to control which Java modules are candidate for instrumentation based on their source path. By default (when `JavaCoveragePaths` is empty), have all Java modules be candidate for instrumentation, to preserve the existing behavior. Test: export EMMA_INSTRUMENT=true \ && export EMMA_INSTRUMENT_FRAMEWORK=true \ && export JAVA_COVERAGE_PATHS=art \ && m Bug: 158212027 Bug: 156284897 Merged-In: I5de6eb460709d7d66d81e3432e11f94ff14dd1c9 Change-Id: I5de6eb460709d7d66d81e3432e11f94ff14dd1c9
| | * Rename native code coverage paths product variables in Make.Roland Levillain2020-06-293-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename `CoveragePath` and `CoverageExcludePaths` as `NativeCoveragePath` and `NativeCoverageExcludePaths` (resp.). Also, populate `NativeCoveragePath` and `NativeCoverageExcludePaths` from environment variables `NATIVE_COVERAGE_PATHS` and `NATIVE_COVERAGE_EXCLUDE_PATHS` (resp.). Test: m nothing Bug: 158212027 Merged-In: I409dbb04b09744a7bd95a4b69361e858b9f89e23 Change-Id: I409dbb04b09744a7bd95a4b69361e858b9f89e23 (cherry picked from commit bad8b386e6dcf0302e1ebe855017390038bee11d)
* | | Version bump to RP1A.200706.002 [core/build_id.mk]android-build-team Robot2020-07-061-1/+1
| | | | | | | | | | | | Change-Id: I029cf87ac6d54af75cec9b2e961ec35f946638c8
* | | Make change and version bump to RP1A.200706.001android-build-team Robot2020-07-051-1/+1
|\| | | | | | | | | | | Change-Id: Ie90b35072726b05e316cf21ce6c57dd21fbe6fc0
* | | Make change and version bump to RP1A.200705.001android-build-team Robot2020-07-041-1/+1
|\| | | | | | | | | | | Change-Id: I96a8c2a17fc2f323736688a9f3d85d2a68517eb0
* | | Make change and version bump to RP1A.200704.001android-build-team Robot2020-07-041-1/+1
|\| | | | | | | | | | | Change-Id: I867d3b00470186b6ed88f2aaa064531bb0474c22
* | | Make change and version bump to RP1A.200703.001android-build-team Robot2020-07-035-9/+1
|\| | | | | | | | | | | Change-Id: I5efa122d265c4aa3300d91eaad243304200b647a
| * | Remove vendor/... path checks DO NOT MERGEAnton Hansson2020-07-014-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | The vendor path check is incompatible with the current setup of prebuilt module stubs. Bug: 160165426 Test: lunch mainline_system_x86 ; m nothing Change-Id: I5aa809dc3e0c9b36e6963585bb60fd446a234022
* | | Make change and version bump to RP1A.200702.001android-build-team Robot2020-07-025-18/+25
|\| | | | | | | | | | | Change-Id: Ibc7179d8c8687b8b592a447ecc71d2666d6b2993
| * | Merge "Fix up _CheckSecondTokenNotSlotSuffixed function." into rvc-devYifan Hong2020-07-011-3/+3
| |\ \
| | * | Fix up _CheckSecondTokenNotSlotSuffixed function.P.Adarsh Reddy2020-06-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incremental OTA generation was failing since the function _CheckSecondTokenNotSlotSuffixed was in broken state, this change fixes the same. Bug: 160215626 Test: Incremental OTA now gets generated and applied successfully a non-ab device. Change-Id: Ifb3886396fe65dcdaeba16c568419b9fa084193d (cherry picked from commit 52defe48d52a770c326f489357ab8877b211541e) Merged-In: Ifb3886396fe65dcdaeba16c568419b9fa084193d
| * | | Merge "Add LOCAL_APKCERTS_FILE support." into rvc-devJaewoong Jung2020-07-013-14/+21
| |\ \ \
| | * | | Add LOCAL_APKCERTS_FILE support.Jaewoong Jung2020-06-293-14/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is used when Soong and Make don't know the full output file list, and so use a tool to generate a per-module apkcerts.txt file instead. Fixes: 160119159 Test: m apkcerts-list Change-Id: I48183bc8cbf9dcc521f791812734205ed3f28f4c
* | | | | Make change and version bump to RP1A.200701.001android-build-team Robot2020-07-012-2/+2
|\| | | | | | | | | | | | | | | | | | | Change-Id: I8652a8ae23bc5ecf7c4b3fc1508cf56a377f74c0
| * | | | Update Security String to 2020-09-01 am: dca1803d95Paul Scovanner2020-06-301-1/+1
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12037363 Change-Id: Idd79854d376cefc22e20e7b440962ec9af993463
| | * | | Update Security String to 2020-09-01Paul Scovanner2020-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 160158282 Change-Id: Ibf5c36e135398ed14a730d31fd1b5a306f7b9db3
* | | | | Make change and version bump to RP1A.200630.001android-build-team Robot2020-06-301-1/+1
|\| | | | | | | | | | | | | | | | | | | Change-Id: I252d3576b3eee63f32ab76e9874ce0dc73d5ac8c
* | | | | Version bump to RP1A.200629.002 [core/build_id.mk]android-build-team Robot2020-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I9a943e46064eb53c6c00752eeef15903f75d2af5
* | | | | Make change and version bump to RP1A.200629.001android-build-team Robot2020-06-281-1/+1
|\| | | | | | | | | | | | | | | | | | | Change-Id: I6bdbbc8f0399e48c2e6bc35f71dd964d39d76697
* | | | | Make change and version bump to RP1A.200628.001android-build-team Robot2020-06-271-1/+1
|\| | | | | | | | | | | | | | | | | | | Change-Id: I2914cd697a9ac847a024ef412e62c2a87f24f1bc
* | | | | Make change and version bump to RP1A.200627.001android-build-team Robot2020-06-273-1/+25
|\| | | | | | | | | | | | | | | | | | | Change-Id: I5b231a1b8a6bbaf40c52004701f1192601987c92
| * | | | Merge "Rename the boot image for avb validation" into rvc-devSzuWei Lin2020-06-261-0/+11
| |\ \ \ \
| | * | | | Rename the boot image for avb validationTianjie2020-06-261-0/+11
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting from http://go/aog/1328118, we chained the 1st GKI boot image into vbmeta. However, this fails avb validation; because the avbtool constructs the image path based by using "partition name + ext". This cl works around the issue by renaming boot-5.4.img to boot.img, so avbtool can find the image correctly. Bug: 159656873 Test: run validate target file Change-Id: I577226596e139e5b5f3e6ca3c28ced02431ca392 Merged-Id: I577226596e139e5b5f3e6ca3c28ced02431ca392 (cherry picked from commit 5ec1a7a66a5c66f0e4ba4999c5ac34f7022d246d)
| * | | | Mark android_app_set modules PRESIGNED.Jaewoong Jung2020-06-251-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: m apkcerts-list Fixes: 159921591 Change-Id: Ie83a05be0d71280644843eddffdbea6bcb429c74
* | | | | Make change and version bump to RP1A.200626.001android-build-team Robot2020-06-265-4/+4
|\| | | | | | | | | | | | | | | | | | | Change-Id: Ibee912581e67fea3aec0363e43eb443b49297604
| * | | | Merge "Add lz4 to otatools" into rvc-devTianjie Xu2020-06-251-0/+1
| |\ \ \ \
| | * | | | Add lz4 to otatoolsTianjie2020-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A call to lz4 was added in http://go/aog/1329115. But the binary isn't added to otatools, leading to a signing failure. Bug: 159656873 Test: build otatools Change-Id: I9cab00f36ce3c39cc174b4c9feffdf360f0364ef (cherry picked from commit 3031c29905072053e686aa11f4e35c4932b4174a)
| * | | | | Merge "Use inclusive language in build/make part 2" into rvc-devTreeHugger Robot2020-06-253-3/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Use inclusive language in build/make part 2Colin Cross2020-06-243-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: m checkbuild Bug: 158889297 Change-Id: I63bac680cc63a8564f35ae85dda1a0b09c9fd541 Merged-In: I63bac680cc63a8564f35ae85dda1a0b09c9fd541 (cherry picked from commit d1cbfeaa3a0cf0083fc6cf1e070d646f56c0eecf)
* | | | | | Make change and version bump to RP1A.200625.001android-build-team Robot2020-06-251-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibbb65ea7a05c6fd4d08df7d0a5fce73658471298
* | | | | | Make change and version bump to RP1A.200624.001android-build-team Robot2020-06-242-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2d65f42a180f807e59ff31fc70ff877a21e19c8f
| * | | | | Merge "Switch to using llvm-strip for modules" into rvc-devTreeHugger Robot2020-06-231-1/+1
| |\ \ \ \ \
| | * | | | | Switch to using llvm-strip for modulesJ. Avila2020-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The gcc tools are deprecated; replace with the llvm equivalent. Bug: 158484106 Merged-In: I9c3717bde281667eec82cc21dc63dc7fd5592a46 Change-Id: I9c3717bde281667eec82cc21dc63dc7fd5592a46
* | | | | | | Make change and version bump to RP1A.200623.001android-build-team Robot2020-06-232-1/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2cd86a7579492e1d2c2503c150684b21e4e3902a
| * | | | | | Merge "GSI: install flattened cts shim" into rvc-devJooyung Han2020-06-221-0/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | GSI: install flattened cts shimJooyung Han2020-06-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The flattened version of com.android.apex.cts.shim.v1 should be explicitly installed because the shim apex is prebuilt one and PRODUCT_INSTALL_EXTRA_FLATTENED_APEXES is not supported for prebuilt_apex modules yet. Bug: 158169437 Bug: 159392784 Test: m com.android.apex.cts.shim.v1_with_prebuilts.flattened # should install the prebuilts of shim APKs Change-Id: I8b37a320d2130d7b33aca856bc067dce37d1fb30
* | | | | | | Make change and version bump to RP1A.200622.001android-build-team Robot2020-06-211-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I432207a18a271f2e363a7a510c7129784e269b15
* | | | | | | Make change and version bump to RP1A.200621.001android-build-team Robot2020-06-201-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I43fac2e5beb1e1ce2189fa351db8cc97b69c507c
* | | | | | | Make change and version bump to RP1A.200620.001android-build-team Robot2020-06-204-3/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I43926757c7100a52e963340865f220ae7394986d
| * | | | | | Merge "Do not include CellBroadcastLegacy for Go devices" into rvc-devChen Xu2020-06-191-0/+3
| |\ \ \ \ \ \
| | * | | | | | Do not include CellBroadcastLegacy for Go devicesChen Xu2020-06-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CellBroadcastLegacy app is for migrating data from pre-mainline world. Go devices do not take mainline module, thus excluding this apk from build. Otherwise, both CellBroadcastLegacy app and CellBroadcastAppPlatform will have the same package name com.android.cellbroadcastreceiver Bug: 157702986 Test: build go target: walleye_svelte-userdebug Change-Id: I254a8af334580b79ffdbc9e8bfa95b23500f507e
| * | | | | | | Merge "iorap: Turn off pinner by default for large memory devices." into rvc-devTreeHugger Robot2020-06-191-2/+2
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | iorap: Turn off pinner by default for large memory devices.yawanng2020-06-191-2/+2
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 157667363 Test: Make Change-Id: I980a470596da3bf4e500bbd6c517e1a022c2d1a0
| * | | | | | Merge "notice files in system_other becomes included in system's one" into ↵TreeHugger Robot2020-06-191-0/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | rvc-dev