diff options
author | 2023-05-11 22:52:06 -0700 | |
---|---|---|
committer | 2023-05-12 02:18:31 -0700 | |
commit | 8095ea6e0454e7192b507d10569f62425ce9fbda (patch) | |
tree | 3dc52535b00f3575b49931ebd8f7b4cb9eaff590 /TestProtoLibraries.bp | |
parent | cc5495e93314a79395f883774ade4a4588f4c10b (diff) |
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
Diffstat (limited to 'TestProtoLibraries.bp')
-rw-r--r-- | TestProtoLibraries.bp | 2 |
1 files changed, 0 insertions, 2 deletions
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", ], |