Simplify platformprotos

Add atom enums & messages into libstats_internal_protos and remove them
from the srcs of platformprotos

Bug: 282129591
Test: m platformprotos
Change-Id: I442822184ae02429337ff903db630028902d4d4f
This commit is contained in:
Tej Singh
2023-05-11 22:52:06 -07:00
committed by Muhammad Qureshi
parent cc5495e933
commit 8095ea6e04
2 changed files with 0 additions and 4 deletions

View File

@@ -81,8 +81,6 @@ java_library_host {
name: "platformprotos",
srcs: [
":ipconnectivity-proto-src",
":libstats_atom_enum_protos",
":libstats_atom_message_protos",
":libstats_internal_protos",
":statsd_internal_protos",
"cmds/am/proto/instrumentation_data.proto",

View File

@@ -15,8 +15,6 @@
java_library_host {
name: "platformtestprotos",
srcs: [
":libstats_atom_enum_protos",
":libstats_atom_message_protos",
":libstats_internal_protos",
":statsd_internal_protos",
],