summaryrefslogtreecommitdiff
path: root/sal/inc/osl
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/osl')
-rw-r--r--sal/inc/osl/detail/android_native_app_glue.h (renamed from sal/inc/osl/detail/android.h)7
1 files changed, 2 insertions, 5 deletions
diff --git a/sal/inc/osl/detail/android.h b/sal/inc/osl/detail/android_native_app_glue.h
index beb5b1d348a3..1b8c1f10725d 100644
--- a/sal/inc/osl/detail/android.h
+++ b/sal/inc/osl/detail/android_native_app_glue.h
@@ -30,11 +30,6 @@
extern "C" {
#endif
-/*
- * Global activity to be hooked by upper layers.
- */
-extern struct android_app *global_android_app;
-
/**
* The native activity interface provided by <android/native_activity.h>
* is based on a set of application-provided callbacks that will be called
@@ -86,6 +81,8 @@ extern struct android_app *global_android_app;
* full usage example. Also look at the JavaDoc of NativeActivity.
*/
+struct android_app;
+
/**
* Data associated with an ALooper fd that will be returned as the "outData"
* when that source has data ready.