summaryrefslogtreecommitdiff
path: root/interceptor/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'interceptor/Android.bp')
-rw-r--r--interceptor/Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/interceptor/Android.bp b/interceptor/Android.bp
index ae4fd6d..85081c5 100644
--- a/interceptor/Android.bp
+++ b/interceptor/Android.bp
@@ -14,6 +14,17 @@ cc_library_host_shared {
],
}
+cc_library_host_static {
+ name: "libinterceptor_log",
+ srcs: ["log.proto"],
+ proto: {
+ type: "full",
+ static: true,
+ export_proto_headers: true,
+ canonical_path_from_root: false,
+ },
+}
+
cc_binary_host {
name: "interceptor",
srcs: ["main.cc"],