commit | df91dc2c192aa2789320c500037d28c919daa820 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Thu Feb 25 15:22:04 2016 -0800 |
committer | Dimitry Ivanov <dimitry@google.com> | Fri Feb 26 16:57:53 2016 -0800 |
tree | 4ba5a6847130b9e27ec632af9e257d8c4e3a9f0c | |
parent | 2465df001c7b1d3dc0a0e003f15c5fe6000a0452 [diff] [blame] |
Add android_dlwarning() method This is temporary method intended to use for a toast message on preview and beta releases. Will be removed before the production release. Bug: http://b/27365747 Change-Id: I39cc716bb82863ae761b6821bcec77cce6db3781
diff --git a/libdl/libdl.c b/libdl/libdl.c index fa5237f..d2e5e31 100644 --- a/libdl/libdl.c +++ b/libdl/libdl.c
@@ -69,3 +69,5 @@ const char* permitted_when_isolated_path __unused) { return 0; } + +const char* android_dlwarning(void) { return 0; }