commit | c6968f31253ddd413880ee4866e78c35b835065b | [log] [tgz] |
---|---|---|
author | Fabien Sanglard <sanglardf@google.com> | Wed Apr 05 14:24:41 2017 -0700 |
committer | Fabien Sanglard <sanglardf@google.com> | Wed Apr 19 14:42:27 2017 -0700 |
tree | 5514800983a69ed88ed089441aceaca493d402da | |
parent | d2f03afc454b09962335c3c9a8315ba69b361f95 [diff] [blame] |
Convert libreplayer to blueprint Bug: 34095715 Test: Manual and AUPT Change-Id: Iad825598fa4035508789c895fc90da52b86e39fb
diff --git a/cmds/surfacereplayer/proto/Android.bp b/cmds/surfacereplayer/proto/Android.bp new file mode 100644 index 0000000..dda80bb --- /dev/null +++ b/cmds/surfacereplayer/proto/Android.bp
@@ -0,0 +1,10 @@ +cc_library_static { + name: "libtrace_proto", + srcs: [ + "src/trace.proto", + ], + proto: { + type: "lite", + export_proto_headers: true, + }, +}