summaryrefslogtreecommitdiff
path: root/runtime/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/Android.bp')
-rw-r--r--runtime/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/Android.bp b/runtime/Android.bp
index 27025d1969..46e0ee405e 100644
--- a/runtime/Android.bp
+++ b/runtime/Android.bp
@@ -18,7 +18,10 @@
// we use gold as the linker (arm, x86, x86_64). The symbol is used by the debuggers to detect when
// new jit code is generated. We don't want it to be called when a different function with the same
// (empty) body is called.
-JIT_DEBUG_REGISTER_CODE_LDFLAGS = ["-Wl,--keep-unique,__jit_debug_register_code"]
+JIT_DEBUG_REGISTER_CODE_LDFLAGS = [
+ "-Wl,--keep-unique,__jit_debug_register_code",
+ "-Wl,--keep-unique,__dex_debug_register_code"
+]
cc_defaults {
name: "libart_defaults",