| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\|
| |
| |
| | |
Change-Id: Ic46878737d06ed4c7bb0676f5095398034734421
|
|\|
| |
| |
| | |
Change-Id: I1013d12369b8cbf5f4f4d5b5f29d5ba3315b688e
|
|\|
| |
| |
| | |
Change-Id: I2921432582f062bddc786498d60481b2a6fa7783
|
|\|
| |
| |
| | |
Change-Id: I253bcb4d139e21de1bda5d1f3aaf78d06815ced2
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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 `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 `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)
|
| | |
| | |
| | |
| | | |
Change-Id: I029cf87ac6d54af75cec9b2e961ec35f946638c8
|
|\| |
| | |
| | |
| | | |
Change-Id: Ie90b35072726b05e316cf21ce6c57dd21fbe6fc0
|
|\| |
| | |
| | |
| | | |
Change-Id: I96a8c2a17fc2f323736688a9f3d85d2a68517eb0
|
|\| |
| | |
| | |
| | | |
Change-Id: I867d3b00470186b6ed88f2aaa064531bb0474c22
|
|\| |
| | |
| | |
| | | |
Change-Id: I5efa122d265c4aa3300d91eaad243304200b647a
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\| |
| | |
| | |
| | | |
Change-Id: Ibc7179d8c8687b8b592a447ecc71d2666d6b2993
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
|\| | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I8652a8ae23bc5ecf7c4b3fc1508cf56a377f74c0
|
| |\ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | | |
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12037363
Change-Id: Idd79854d376cefc22e20e7b440962ec9af993463
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 160158282
Change-Id: Ibf5c36e135398ed14a730d31fd1b5a306f7b9db3
|
|\| | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I252d3576b3eee63f32ab76e9874ce0dc73d5ac8c
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I9a943e46064eb53c6c00752eeef15903f75d2af5
|
|\| | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I6bdbbc8f0399e48c2e6bc35f71dd964d39d76697
|
|\| | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I2914cd697a9ac847a024ef412e62c2a87f24f1bc
|
|\| | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I5b231a1b8a6bbaf40c52004701f1192601987c92
|
| |\ \ \ \ |
|
| | | |_|/
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Test: m apkcerts-list
Fixes: 159921591
Change-Id: Ie83a05be0d71280644843eddffdbea6bcb429c74
|
|\| | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Ibee912581e67fea3aec0363e43eb443b49297604
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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)
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Test: m checkbuild
Bug: 158889297
Change-Id: I63bac680cc63a8564f35ae85dda1a0b09c9fd541
Merged-In: I63bac680cc63a8564f35ae85dda1a0b09c9fd541
(cherry picked from commit d1cbfeaa3a0cf0083fc6cf1e070d646f56c0eecf)
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: Ibbb65ea7a05c6fd4d08df7d0a5fce73658471298
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I2d65f42a180f807e59ff31fc70ff877a21e19c8f
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The gcc tools are deprecated; replace with the llvm equivalent.
Bug: 158484106
Merged-In: I9c3717bde281667eec82cc21dc63dc7fd5592a46
Change-Id: I9c3717bde281667eec82cc21dc63dc7fd5592a46
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I2cd86a7579492e1d2c2503c150684b21e4e3902a
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I432207a18a271f2e363a7a510c7129784e269b15
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I43fac2e5beb1e1ce2189fa351db8cc97b69c507c
|
|\| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I43926757c7100a52e963340865f220ae7394986d
|
| |\ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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
|
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| | | |/ / / /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bug: 157667363
Test: Make
Change-Id: I980a470596da3bf4e500bbd6c517e1a022c2d1a0
|
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | | |
rvc-dev
|