summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/Android.bp b/runtime/Android.bp
index beccf277ce..c731345cf9 100644
--- a/runtime/Android.bp
+++ b/runtime/Android.bp
@@ -59,6 +59,11 @@ libart_cc_defaults {
keep_symbols: true,
},
},
+ android_riscv64: {
+ strip: {
+ keep_symbols: true,
+ },
+ },
android_x86: {
strip: {
keep_symbols: true,