aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-07-19 12:17:17 -0700
committerJoel Galenson <jgalenson@google.com>2021-07-19 12:17:17 -0700
commit4e89923524121e6362841edeb42292590f051c47 (patch)
tree8309963b63ca0c3f4efaa855be4e698175d1da49 /Android.bp
parent6aa7ee354f67beac1021c89fcb02d08cae75b887 (diff)
downloadquiche-4e89923524121e6362841edeb42292590f051c47.tar.gz
Use cargo2android.py to generate the data property.
Bug: 171710847 Test: Run test Change-Id: Ifc776c74d4cd9270bbd8584c1e871780361ecb6f
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 7 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index 03b4318..c2f2f66 100644
--- a/Android.bp
+++ b/Android.bp
@@ -101,7 +101,7 @@ rust_library_rlib {
}
rust_defaults {
- name: "quiche_defaults",
+ name: "quiche_test_defaults",
crate_name: "quiche",
srcs: ["src/lib.rs"],
test_suites: ["general-tests"],
@@ -125,12 +125,12 @@ rust_defaults {
"examples/cert.key",
"examples/cert-big.crt",
"examples/rootca.crt",
- ]
+ ],
}
rust_test_host {
name: "quiche_host_test_src_lib",
- defaults: ["quiche_defaults"],
+ defaults: ["quiche_test_defaults"],
test_options: {
unit_test: true,
},
@@ -142,7 +142,7 @@ rust_test_host {
rust_test {
name: "quiche_device_test_src_lib",
- defaults: ["quiche_defaults"],
+ defaults: ["quiche_test_defaults"],
// To run this test in R platform, it's required to statically link
// libcrypto and libssl.
static_libs: [
@@ -152,20 +152,20 @@ rust_test {
}
// dependent_library ["feature_list"]
-// cc-1.0.68
+// cc-1.0.69
// cfg-if-0.1.10
// cfg-if-1.0.0
// cmake-0.1.45
// idna-0.1.5
// iovec-0.1.4
// lazy_static-1.4.0
-// libc-0.2.95 "default,std"
+// libc-0.2.98 "default,std"
// libm-0.2.1 "default"
// log-0.4.14 "std"
// matches-0.1.8
// mio-0.6.23 "default,with-deprecated"
// net2-0.2.37 "default,duration"
-// once_cell-1.7.2 "alloc,race,std"
+// once_cell-1.8.0 "alloc,race,std"
// percent-encoding-1.0.1
// ring-0.16.20 "alloc,default,dev_urandom_fallback,once_cell"
// slab-0.4.3 "default,std"