From d50eea1bfe3883072b4f8dfcb663f0d83c36bab1 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 9 Jul 2014 16:44:39 +0200 Subject: emulator/opengl: Remove out-of-process handling code. This removes the last pieces of shared/OpenglOsUtils which were never used since the code in render_api.cpp always used thread-based rendering, instead of process-based one. This feature could be re-implemented in the future, if really desirable. Change-Id: I551e0f3d6d5a06ff66cb40b007e2b24c295f1dd8 --- emulator/opengl/Android.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'emulator/opengl/Android.mk') diff --git a/emulator/opengl/Android.mk b/emulator/opengl/Android.mk index 6cab042b2..e566cf16f 100644 --- a/emulator/opengl/Android.mk +++ b/emulator/opengl/Android.mk @@ -76,7 +76,6 @@ include $(EMUGL_PATH)/host/tools/emugen/Android.mk include $(EMUGL_PATH)/googletest.mk include $(EMUGL_PATH)/shared/emugl/common/Android.mk -include $(EMUGL_PATH)/shared/OpenglOsUtils/Android.mk include $(EMUGL_PATH)/shared/OpenglCodecCommon/Android.mk # Host static libraries -- cgit v1.2.3