aboutsummaryrefslogtreecommitdiff
path: root/android/native/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/native/build.gradle')
-rw-r--r--android/native/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/native/build.gradle b/android/native/build.gradle
index 8ea6347b3..a7f095641 100644
--- a/android/native/build.gradle
+++ b/android/native/build.gradle
@@ -41,6 +41,10 @@ android {
arguments 'NDEBUG=1'
}
}
+
+ ndk {
+ debugSymbolLevel 'SYMBOL_TABLE'
+ }
}
}
}