Add the protobuf defintion to store edit event logs

Test: make edit_event_proto
bug: 365617369
Change-Id: Icffb9a281331cd9f6270487b8a7e74fc94dac008
diff --git a/tools/edit_monitor/Android.bp b/tools/edit_monitor/Android.bp
index b939633..08ca155 100644
--- a/tools/edit_monitor/Android.bp
+++ b/tools/edit_monitor/Android.bp
@@ -21,6 +21,16 @@
 }
 
 python_library_host {
+    name: "edit_event_proto",
+    srcs: [
+        "proto/edit_event.proto",
+    ],
+    proto: {
+        canonical_path_from_root: false,
+    },
+}
+
+python_library_host {
     name: "edit_monitor_lib",
     pkg_path: "edit_monitor",
     srcs: [