| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added SPDX-license-identifier-Apache-2.0 to:
Android.bp
apex/Android.bp
apex/framework/Android.bp
apex/testing/Android.bp
errorprone/Android.bp
jni/Android.bp
legacy/Android.bp
tests/Android.bp
tests/client/Android.bp
tools/dialogs/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: Ibbbf07ceca50a345680a911a3860321ab71c83c3
|
| |
|
|
|
|
|
|
|
| |
Use the AutoValue built from source instead of the prebuilts
from external/dagger2.
Bug: 158870037
Test: m checkbuild
Change-Id: I1dc7b1d959a9aaa410d86ae9252442dec14c4152
|
|
|
As we move towards becoming a Mainline module, it's important that
we catch as many bugs as possible during initial code review, and
Error Prone is designed to do exactly that.
This change introduces several new custom Error Prone rules specific
to MediaProvider, such as ensuring that MIME types are always
compared using case-insensitive operations, and that all case folding
is done using Locale.ROOT.
Bug: 142561358
Test: ./build/soong/soong_ui.bash --make-mode MediaProviderLegacy com.google.android.mediaprovider MediaProviderTests RUN_ERROR_PRONE=true
Change-Id: I1e2bb0a4381c05d68ed59a4128badf68b286d1eb
|