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/libc/include/android/dlext.h b/libc/include/android/dlext.h index d5ec386..76d19ae 100644 --- a/libc/include/android/dlext.h +++ b/libc/include/android/dlext.h
@@ -194,6 +194,8 @@ uint64_t type, const char* permitted_when_isolated_path); +const char* android_dlwarning(); + __END_DECLS #endif /* __ANDROID_DLEXT_H__ */