aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/libs/renderControl_dec/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/libs/renderControl_dec/Android.mk')
-rw-r--r--emulator/opengl/host/libs/renderControl_dec/Android.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/emulator/opengl/host/libs/renderControl_dec/Android.mk b/emulator/opengl/host/libs/renderControl_dec/Android.mk
deleted file mode 100644
index 4a97a93..0000000
--- a/emulator/opengl/host/libs/renderControl_dec/Android.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-
-### host library ############################################
-$(call emugl-begin-host-static-library,lib_renderControl_dec)
-$(call emugl-import,libOpenglCodecCommon)
-$(call emugl-gen-decoder,$(LOCAL_PATH),renderControl)
-# For renderControl_types.h
-$(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
-$(call emugl-end-module)
-
-### host library, 64-bit ####################################
-ifdef EMUGL_BUILD_64BITS
- $(call emugl-begin-host64-static-library,lib64_renderControl_dec)
- $(call emugl-import,lib64OpenglCodecCommon)
- $(call emugl-gen-decoder,$(LOCAL_PATH),renderControl)
- # For renderControl_types.h
- $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
- $(call emugl-export,CFLAGS,-m64)
- $(call emugl-end-module)
-endif \ No newline at end of file