aboutsummaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/Android.bp.patch')
-rw-r--r--patches/Android.bp.patch16
1 files changed, 5 insertions, 11 deletions
diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch
index fbd8d17..f6a32f4 100644
--- a/patches/Android.bp.patch
+++ b/patches/Android.bp.patch
@@ -115,7 +115,7 @@ index aced8a6..578cc68 100644
"default",
],
rustlibs: [
-@@ -139,10 +120,12 @@ rust_defaults {
+@@ -139,10 +120,6 @@ rust_defaults {
"libring",
"liburl",
],
@@ -123,15 +123,9 @@ index aced8a6..578cc68 100644
- "libcrypto",
- "libssl",
- ],
-+ data: [
-+ "examples/cert.crt",
-+ "examples/cert.key",
-+ "examples/cert-big.crt",
-+ "examples/rootca.crt",
-+ ]
- }
-
- rust_test_host {
+ data: [
+ "examples/cert.crt",
+ "examples/cert.key",
@@ -151,11 +134,21 @@ rust_test_host {
test_options: {
unit_test: true,
@@ -144,7 +138,7 @@ index aced8a6..578cc68 100644
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: [