summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Aditya Kumar <appujee@google.com> 2025-03-12 11:20:37 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-12 11:20:37 -0700
commitda0883aa1cf5f0b52662be79678093fb2aa78dcf (patch)
tree6ade6d6edd951aa8d56bb2a2e85b913764e4af2b
parent825cc76a2b6090081aa2fc7aade65d9cef1bf192 (diff)
parentbdfa7e3dde47755a933b7afe64df0206274eca3e (diff)
Merge "Disable -Wcast-function-type-mismatch" into main
-rw-r--r--core/jni/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/jni/Android.bp b/core/jni/Android.bp
index 748c5b48534f..bfa0aa9638a9 100644
--- a/core/jni/Android.bp
+++ b/core/jni/Android.bp
@@ -31,6 +31,7 @@ cc_library_shared_for_libandroid_runtime {
name: "libandroid_runtime",
host_supported: true,
cflags: [
+ "-Wno-cast-function-type-mismatch",
"-Wno-unused-parameter",
"-Wno-non-virtual-dtor",
"-Wno-maybe-uninitialized",