From 4e89923524121e6362841edeb42292590f051c47 Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Mon, 19 Jul 2021 12:17:17 -0700 Subject: Use cargo2android.py to generate the data property. Bug: 171710847 Test: Run test Change-Id: Ifc776c74d4cd9270bbd8584c1e871780361ecb6f --- Android.bp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Android.bp') 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" -- cgit v1.2.3