commit | 0c461f1f6e2a1663b426eec2247e5a26f2822970 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Oct 20 16:11:43 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Oct 27 15:28:09 2016 -0700 |
tree | 394e04c7672fc47f46e40d9447717aa381b3b541 | |
parent | 4f6fc9c1d81687914cc77bf06b10af8022f64198 [diff] [blame] |
Add support for .proto files .proto files are translated to .pb.cc and .pb.h files, which are then compiled normally. Bug: 32286026 Test: mmma -j system/extras/perfprofd Change-Id: I538071424d667aacf35b4b8bfebe217f5f092726
diff --git a/Android.bp b/Android.bp index 8821098..f9ba2c2 100644 --- a/Android.bp +++ b/Android.bp
@@ -129,6 +129,7 @@ "cc/gen.go", "cc/makevars.go", "cc/prebuilt.go", + "cc/proto.go", "cc/relocation_packer.go", "cc/sanitize.go", "cc/stl.go",