aboutsummaryrefslogtreecommitdiff
path: root/proto/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'proto/Android.bp')
-rw-r--r--proto/Android.bp24
1 files changed, 24 insertions, 0 deletions
diff --git a/proto/Android.bp b/proto/Android.bp
new file mode 100644
index 000000000..ccd2b3b3b
--- /dev/null
+++ b/proto/Android.bp
@@ -0,0 +1,24 @@
+java_library_static {
+ name: "bluetooth-protos-lite",
+ host_supported: true,
+ proto: {
+ type: "lite",
+ },
+ srcs: [
+ "bluetooth/metrics/bluetooth.proto",
+ "bluetooth/bluetoothKeystore/keystore.proto",
+ ],
+}
+
+cc_library_static {
+ name: "libbt-protos-lite",
+ host_supported: true,
+ proto: {
+ export_proto_headers: true,
+ type: "lite",
+ },
+ srcs: [
+ "bluetooth/metrics/bluetooth.proto",
+ "bluetooth/bluetoothKeystore/keystore.proto",
+ ],
+}