diff options
author | Yi Jin <jinyithu@google.com> | 2017-12-18 15:55:19 -0800 |
---|---|---|
committer | Yi Jin <jinyithu@google.com> | 2017-12-18 17:37:50 -0800 |
commit | f68e747e05628c0d2544080aa7c8cc8e68eeae29 (patch) | |
tree | 10917fec1af65c090458259ca6bc93ffb40b5542 /Android.mk | |
parent | 39b4499d943d2a078b7c7ca2936908d7aac719d1 (diff) |
Remove stream.proto and cpp-streaming-proto generates field name to id
mapping by default
Test: atest incident_helper_test
Change-Id: Iab04973ea78b942e44503fcd6ae60808caf3b9e0
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 103536297838..ec8c346d1ae5 100644 --- a/Android.mk +++ b/Android.mk @@ -999,7 +999,6 @@ LOCAL_PROTOC_FLAGS := \ -Iexternal/protobuf/src LOCAL_SOURCE_FILES_ALL_GENERATED := true LOCAL_SRC_FILES := \ - tools/streaming_proto/stream.proto \ cmds/am/proto/instrumentation_data.proto \ $(call all-proto-files-under, core/proto) \ $(call all-proto-files-under, libs/incident/proto) \ |