Skip to content
Snippets Groups Projects
Commit 8117fabb authored by Colin Cross's avatar Colin Cross
Browse files

Disable librs_jni for riscv64

Test: m -k
Change-Id: Idfafb591bc60dc1b7bd22f5aabc80f77a310eb49
parent 667a49fe
No related branches found
No related tags found
No related merge requests found
......@@ -51,4 +51,10 @@ cc_library_shared {
"-Wunreachable-code",
"-Wno-deprecated-declarations",
],
target: {
android_riscv64: {
enabled: false,
},
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment