aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-10-12 16:02:26 -0700
committerJoel Galenson <jgalenson@google.com>2020-10-12 16:09:14 -0700
commitf1c1deef6cc3922126fc0a00d262e650c351adf1 (patch)
tree976d40a16f14b4db5bef2206b59db5cc43eedf16
parentea3cf837a62e95c9720dd02d63aaa4d2b057705c (diff)
downloadweak-table-f1c1deef6cc3922126fc0a00d262e650c351adf1.tar.gz
Add Android.bp
Test: Build Change-Id: Ib4a10069db753373d73924cf149b4d27dde51e8f
-rw-r--r--Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..c147fea
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,9 @@
+// This file is generated by cargo2android.py --device --run --dependencies.
+
+rust_library {
+ name: "libweak_table",
+ host_supported: true,
+ crate_name: "weak_table",
+ srcs: ["src/lib.rs"],
+ edition: "2018",
+}