diff options
Diffstat (limited to 'emulator/opengl/shared')
-rw-r--r-- | emulator/opengl/shared/OpenglCodecCommon/Android.mk | 12 | ||||
-rw-r--r-- | emulator/opengl/shared/OpenglOsUtils/Android.mk | 14 |
2 files changed, 0 insertions, 26 deletions
diff --git a/emulator/opengl/shared/OpenglCodecCommon/Android.mk b/emulator/opengl/shared/OpenglCodecCommon/Android.mk index 7deb058..5deb1f7 100644 --- a/emulator/opengl/shared/OpenglCodecCommon/Android.mk +++ b/emulator/opengl/shared/OpenglCodecCommon/Android.mk @@ -20,18 +20,6 @@ else endif -### CodecCommon guest ############################################## -$(call emugl-begin-static-library,libOpenglCodecCommon) - -LOCAL_SRC_FILES := $(commonSources) - -LOCAL_CFLAGS += -DLOG_TAG=\"eglCodecCommon\" - -$(call emugl-export,SHARED_LIBRARIES,libcutils libutils) -$(call emugl-export,C_INCLUDES,$(LOCAL_PATH)) -$(call emugl-end-module) - - ### OpenglCodecCommon host ############################################## $(call emugl-begin-host-static-library,libOpenglCodecCommon) diff --git a/emulator/opengl/shared/OpenglOsUtils/Android.mk b/emulator/opengl/shared/OpenglOsUtils/Android.mk index 2e5a8a1..8a6c18b 100644 --- a/emulator/opengl/shared/OpenglOsUtils/Android.mk +++ b/emulator/opengl/shared/OpenglOsUtils/Android.mk @@ -6,20 +6,6 @@ # LOCAL_PATH := $(call my-dir) -### Guest library ############################################## -$(call emugl-begin-static-library,libOpenglOsUtils) - - $(call emugl-export,C_INCLUDES,$(LOCAL_PATH)) - $(call emugl-export,LDLIBS,-ldl) - - LOCAL_SRC_FILES := \ - osProcessUnix.cpp \ - osThreadUnix.cpp \ - osDynLibrary.cpp - -$(call emugl-end-module) - - ### Host library ############################################## host_common_SRC_FILES := osDynLibrary.cpp |