Disable librs_jni for riscv64

Test: m -k
Change-Id: Idfafb591bc60dc1b7bd22f5aabc80f77a310eb49
This commit is contained in:
Colin Cross
2023-01-25 14:32:58 -08:00
parent 667a49fe46
commit 8117fabbd4

View File

@@ -51,4 +51,10 @@ cc_library_shared {
"-Wunreachable-code",
"-Wno-deprecated-declarations",
],
target: {
android_riscv64: {
enabled: false,
},
},
}