Age | Commit message (Collapse) | Author |
|
Add atom enums & messages into libstats_internal_protos and remove them
from the srcs of platformprotos
Bug: 282129591
Test: m platformprotos
Change-Id: I442822184ae02429337ff903db630028902d4d4f
|
|
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1801291
Change-Id: I70d257a5c7dbb177de4be29d8c309280e978745b
|
|
Running errorprone on platformtestprotos took more than 45 minutes.
Disable it.
Bug: 197157393
Test: m RUN_ERROR_PRONE=1 javac-check
Change-Id: I4e62adfddb93489d83c7e41e4ecba75fdf654004
|
|
This target contains some proto definitions used by TradeFed. TF will
use this instead of platformprotos to reduce proto dependencies on the
platform.
A separate build file is created so its ownership is managed separately.
The OWNERS file will be updated due to merge conflicts.
Bug: 181921006
Test: New target builds.
Change-Id: I87e7a73d1160e3cf56a4c013e74989cdc90e1211
Merged-In: I82386a6c8a5e6ddf42d8377148001f4ede2f297f
|
|
This target includes a subset of protos in platformprotos, and will
replace it in TradeFed. It is created as a separate file so that it can
have its own set of owners. The owners will be updated in AOSP, but this
change has to be submitted first due to this target requiring one
additional dependency compared to AOSP.
Bug: 181921006
Test: The target builds.
Change-Id: I82386a6c8a5e6ddf42d8377148001f4ede2f297f
|