aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-21 01:56:45 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-21 01:56:45 -0700
commitdd2418dc877bc38a7295d45f440c846a95898ed7 (patch)
treeacbe7f904e5b2a2b9611ec1738c777451e34be66
parentebdae8da90bfe3effcb605c088b7056f903ea023 (diff)
downloadstandback-main.tar.gz
Add Android.bpHEADmastermain
Bug: 169611678 Test: make Change-Id: I30bfad517b1eb796b0172d6739b3650ca02a1964
-rw-r--r--Android.bp34
1 files changed, 34 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..44a01fe
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,34 @@
+// This file is generated by cargo2android.py --device --run --dependencies.
+
+rust_library {
+ name: "libstandback",
+ host_supported: true,
+ crate_name: "standback",
+ srcs: ["src/lib.rs"],
+ edition: "2018",
+ features: [
+ "default",
+ "std",
+ ],
+ flags: [
+ "--cfg __standback_before_1_44",
+ "--cfg __standback_before_1_45",
+ "--cfg __standback_before_1_46",
+ "--cfg __standback_before_1_47",
+ "--cfg __standback_since_1_32",
+ "--cfg __standback_since_1_33",
+ "--cfg __standback_since_1_34",
+ "--cfg __standback_since_1_35",
+ "--cfg __standback_since_1_36",
+ "--cfg __standback_since_1_37",
+ "--cfg __standback_since_1_38",
+ "--cfg __standback_since_1_39",
+ "--cfg __standback_since_1_40",
+ "--cfg __standback_since_1_41",
+ "--cfg __standback_since_1_42",
+ "--cfg __standback_since_1_43",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// version_check-0.9.2