From 71a33a59fe2c36c092effb35aceb2ba7930cf90b Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Thu, 7 Jan 2016 16:11:38 +0000 Subject: docs: Rename Dalvik -> Android. As it seems Dalvik use has been discontinued. [ci skip] --- wrappers/egltrace.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wrappers/egltrace.py') diff --git a/wrappers/egltrace.py b/wrappers/egltrace.py index 7d2d182c..abd3bfcc 100644 --- a/wrappers/egltrace.py +++ b/wrappers/egltrace.py @@ -195,11 +195,11 @@ void * dlopen(const char *filename, int flag) #if defined(ANDROID) /* - * Undocumented Android extensions used by Dalvik which have bound information - * passed to it, but is currently ignored, so probably unreliable. + * Undocumented Android extensions used by the wrappers which have bound + * information passed to it, but is currently ignored, so probably unreliable. * * See: - * https://github.com/android/platform_frameworks_base/blob/master/opengl/libs/GLES_CM/gl.cpp + * https://github.com/android/platform_frameworks_base/search?q=glVertexPointerBounds */ extern "C" PUBLIC -- cgit v1.2.3