summaryrefslogtreecommitdiff
path: root/libRS.map
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2016-03-30 17:54:01 -0700
committerStephen Hines <srhines@google.com>2016-03-31 08:17:37 -0700
commit98cb2d1420a22536649af2c493a58595f7c2542e (patch)
treea11e3f41ee7aa16b65fc044a5878e391ef31af9f /libRS.map
parenta51b8f6b2916fb589d32bc902bb0ddfd6eedceee (diff)
downloadrs-98cb2d1420a22536649af2c493a58595f7c2542e.tar.gz
Move gDebuggerPresent to libRS.so, and fix up driver after split.
Now that libRS.so has been split into public/private libraries, we must also move gDebuggerPresent into the public side. lldb uses this as a flag to indicate that the driver can proceed (after waiting for the debugger to attach). Change-Id: I4c8f5c466644a51d50368ac8dd91f0bfd699302d
Diffstat (limited to 'libRS.map')
-rw-r--r--libRS.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/libRS.map b/libRS.map
index c288bf1d..b6a2d826 100644
--- a/libRS.map
+++ b/libRS.map
@@ -1,5 +1,6 @@
libRS {
global:
+ gDebuggerPresent;
rsaAllocationGetType;
rsaContextSetNativeLibDir;
rsaElementGetNativeData;