Update riscv64 exclude_jni_libs for cronet update
Test: lunch aosp_riscv64-userdebug && m droid dist
Change-Id: Ic96ab773fc9028ae93f84b2562800fd98df814eb
diff --git a/Cronet/apex/Android.bp b/Cronet/apex/Android.bp
index 4b735ee..180dafb 100644
--- a/Cronet/apex/Android.bp
+++ b/Cronet/apex/Android.bp
@@ -34,8 +34,8 @@
java_libs: ["framework-cronet"],
arch: {
riscv64: {
- // TODO: remove this when there is a riscv64 libcronet
- exclude_jni_libs: ["libcronet.80.0.3986.0"],
+ // TODO: remove this when there is a riscv64 libcronet
+ exclude_jni_libs: ["libcronet.107.0.5284.2"],
},
},
}