aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/libs/Translator
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2014-07-09 16:44:39 +0200
committerDavid 'Digit' Turner <digit@google.com>2014-07-09 18:16:17 +0200
commitd50eea1bfe3883072b4f8dfcb663f0d83c36bab1 (patch)
treeb8ea40c428b9d4cf3f842ab1c0cbe52a1fcd883c /emulator/opengl/host/libs/Translator
parent40cc9f9d50e998b0ce965b261ecf4d206a58618e (diff)
downloadsdk-d50eea1bfe3883072b4f8dfcb663f0d83c36bab1.zip
sdk-d50eea1bfe3883072b4f8dfcb663f0d83c36bab1.tar.gz
sdk-d50eea1bfe3883072b4f8dfcb663f0d83c36bab1.tar.bz2
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
Diffstat (limited to 'emulator/opengl/host/libs/Translator')
-rw-r--r--emulator/opengl/host/libs/Translator/GLcommon/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/emulator/opengl/host/libs/Translator/GLcommon/Android.mk b/emulator/opengl/host/libs/Translator/GLcommon/Android.mk
index b215329..fdbedad 100644
--- a/emulator/opengl/host/libs/Translator/GLcommon/Android.mk
+++ b/emulator/opengl/host/libs/Translator/GLcommon/Android.mk
@@ -35,7 +35,6 @@ endif
$(call emugl-begin-host-static-library,libGLcommon)
-$(call emugl-import,libOpenglOsUtils)
translator_path := $(LOCAL_PATH)/..
LOCAL_SRC_FILES := $(host_common_SRC_FILES)
$(call emugl-export,LDLIBS,$(host_common_LDLIBS))
@@ -50,7 +49,6 @@ $(call emugl-end-module)
ifdef EMUGL_BUILD_64BITS
$(call emugl-begin-host64-static-library,lib64GLcommon)
- $(call emugl-import,lib64OpenglOsUtils)
translator_path := $(LOCAL_PATH)/..
LOCAL_SRC_FILES := $(host_common_SRC_FILES)
LOCAL_CFLAGS += -fPIC