diff options
| author | 2023-05-11 22:52:06 -0700 | |
|---|---|---|
| committer | 2023-05-25 14:23:54 -0700 | |
| commit | 01bb64787cf6bd6e96dab36f6d6b154d189beb1f (patch) | |
| tree | febedc362eed9007048d9b3c58a6da6d2d50b08b | |
| parent | b9b0db62005c34fe503ee8a066a2f1c06ec35d58 (diff) | |
[Cherry-pick] Simplify platformprotos
Add atom enums & messages into libstats_internal_protos and remove them
from the srcs of platformprotos
Bug: 282129591
Test: m platformprotos
Merged-In: I442822184ae02429337ff903db630028902d4d4f
Change-Id: I442822184ae02429337ff903db630028902d4d4f
(cherry picked from commit 8095ea6e0454e7192b507d10569f62425ce9fbda)
| -rw-r--r-- | ProtoLibraries.bp | 2 | ||||
| -rw-r--r-- | TestProtoLibraries.bp | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/ProtoLibraries.bp b/ProtoLibraries.bp index a0944d40a5e3..251aa09d6ac2 100644 --- a/ProtoLibraries.bp +++ b/ProtoLibraries.bp @@ -83,8 +83,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", diff --git a/TestProtoLibraries.bp b/TestProtoLibraries.bp index 9e2a64c652fc..2d878416a156 100644 --- a/TestProtoLibraries.bp +++ b/TestProtoLibraries.bp @@ -15,8 +15,6 @@ java_library_host { name: "platformtestprotos", srcs: [ - ":libstats_atom_enum_protos", - ":libstats_atom_message_protos", ":libstats_internal_protos", ":statsd_internal_protos", ], |