diff options
author | Howard Ro <yro@google.com> | 2018-07-27 10:23:09 -0700 |
---|---|---|
committer | Howard Ro <yro@google.com> | 2018-07-27 11:01:55 -0700 |
commit | de7130bbbb5f95fd84e36c74fe4139ded7428d7f (patch) | |
tree | 7a63d84adc1ef8ccfa23920dd3c962844fa29167 /proto/Android.bp | |
parent | ddc0f7eedc14881cfa4286272f258179e84249a8 (diff) |
Update GenericAtom definition to decouple from metrics_constants proto
Bug: 110537998
Test: statsd, statsd_test
Change-Id: Ib82b90731f7c49a9e27ceff5d5fdb8e2cd6fb4e6
Diffstat (limited to 'proto/Android.bp')
-rw-r--r-- | proto/Android.bp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/proto/Android.bp b/proto/Android.bp index 5fd288513384..f3811bdd7d81 100644 --- a/proto/Android.bp +++ b/proto/Android.bp @@ -17,33 +17,3 @@ java_library_static { }, }, } - -cc_library { - name: "libmetricprotos", - host_supported: true, - proto: { - export_proto_headers: true, - include_dirs: ["external/protobuf/src"], - }, - cflags: [ - "-Wall", - "-Werror", - "-Wno-unused-parameter", - ], - srcs: ["src/metrics_constants.proto"], - target: { - host: { - proto: { - type: "full", - }, - }, - android: { - proto: { - type: "lite", - }, - shared: { - enabled: false, - }, - }, - }, -} |