aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMike Yu <yumike@google.com>2022-09-20 12:25:20 +0000
committerMike Yu <yumike@google.com>2022-11-10 09:38:11 +0000
commitf57cb85c46168700fd06cd83f90c2e9e6cc4df2a (patch)
treea680c8c7b840bfec949292f9785d1d085efeaa8b /Android.bp
parent39ed6def9c4f3ebae971283806dd85ddf66bc93f (diff)
downloadquiche-f57cb85c46168700fd06cd83f90c2e9e6cc4df2a.tar.gz
Upgrade quiche to 0.14.0
As tools/external_updater/updater.sh failed with the error message: "Error: Unable to find the Rust version.", this change is made by the following steps: $ get_rust_pkg.py -add3prf -v -o /tmp quiche-0.14.0 $ rm -rf deps/ examples/ include/ src/ $ cp -R /tmp/quiche-0.14.0/. . $ rm patches/lib.rs-app-proto.patch $ patch --no-backup-if-mismatch src/ffi.rs patches/env.diff $ (manually modify Android.bp.patch to use liboctets) $ cargo2android.py --config cargo2android.json $ rm -rf cargo.out target.tmp/ Bug: 233719694 Test: cd external/rust/crates/quiche && atest Test: cd packages/modules/DnsResolver && atest Change-Id: Iecfb7054123ffa8fe88d2e0c11ee4ff4407fbcda
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 109b229..135c2dc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,6 +61,7 @@ rust_defaults {
"liblibc",
"liblibm",
"liblog_rust",
+ "liboctets",
"libring",
],
prefer_rlib: true,
@@ -129,6 +130,7 @@ rust_defaults {
"liblibm",
"liblog_rust",
"libmio",
+ "liboctets",
"libring",
"liburl",
],