aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/libs/renderControl_dec/Android.mk
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2015-03-20 22:17:12 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-20 22:17:12 +0000
commitc714e27a4ef2f451bd0517de73797405dcdf683b (patch)
tree33b7e4f6de969d379a823543923d0750da54843a /emulator/opengl/host/libs/renderControl_dec/Android.mk
parentfc2a7dfe9350400514c8e21023ea2ef46266f712 (diff)
parentddb5d875c38022441d4b2e9de3b874b5e1c4df9b (diff)
downloadsdk-c714e27a4ef2f451bd0517de73797405dcdf683b.zip
sdk-c714e27a4ef2f451bd0517de73797405dcdf683b.tar.gz
sdk-c714e27a4ef2f451bd0517de73797405dcdf683b.tar.bz2
am ddb5d875: am 972e1c6d: Merge "emulator/opengl: Cleanup build files + remove obsolete tests."
* commit 'ddb5d875c38022441d4b2e9de3b874b5e1c4df9b': emulator/opengl: Cleanup build files + remove obsolete tests.
Diffstat (limited to 'emulator/opengl/host/libs/renderControl_dec/Android.mk')
-rw-r--r--emulator/opengl/host/libs/renderControl_dec/Android.mk15
1 files changed, 6 insertions, 9 deletions
diff --git a/emulator/opengl/host/libs/renderControl_dec/Android.mk b/emulator/opengl/host/libs/renderControl_dec/Android.mk
index 4a97a93..f1ba595 100644
--- a/emulator/opengl/host/libs/renderControl_dec/Android.mk
+++ b/emulator/opengl/host/libs/renderControl_dec/Android.mk
@@ -10,12 +10,9 @@ $(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
+$(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-end-module)