diff options
author | David 'Digit' Turner <digit@google.com> | 2015-03-20 22:17:12 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-03-20 22:17:12 +0000 |
commit | c714e27a4ef2f451bd0517de73797405dcdf683b (patch) | |
tree | 33b7e4f6de969d379a823543923d0750da54843a /emulator/opengl/host/libs/GLESv1_dec | |
parent | fc2a7dfe9350400514c8e21023ea2ef46266f712 (diff) | |
parent | ddb5d875c38022441d4b2e9de3b874b5e1c4df9b (diff) | |
download | sdk-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/GLESv1_dec')
-rw-r--r-- | emulator/opengl/host/libs/GLESv1_dec/Android.mk | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/emulator/opengl/host/libs/GLESv1_dec/Android.mk b/emulator/opengl/host/libs/GLESv1_dec/Android.mk index e0eca6e..c9db93e 100644 --- a/emulator/opengl/host/libs/GLESv1_dec/Android.mk +++ b/emulator/opengl/host/libs/GLESv1_dec/Android.mk @@ -24,18 +24,16 @@ $(call emugl-end-module) ### host library, 64-bit #################################### -ifdef EMUGL_BUILD_64BITS - $(call emugl-begin-host64-static-library,lib64GLESv1_dec) +$(call emugl-begin-host64-static-library,lib64GLESv1_dec) - $(call emugl-import, lib64OpenglCodecCommon) - $(call emugl-export,C_INCLUDES,$(LOCAL_PATH)) +$(call emugl-import, lib64OpenglCodecCommon) +$(call emugl-export,C_INCLUDES,$(LOCAL_PATH)) - $(call emugl-gen-decoder,$(LOCAL_PATH),gl) +$(call emugl-gen-decoder,$(LOCAL_PATH),gl) - LOCAL_SRC_FILES := GLDecoder.cpp +LOCAL_SRC_FILES := GLDecoder.cpp - $(call emugl-export,CFLAGS,$(host_common_debug_CFLAGS) -m64) - $(call emugl-export,LDLIBS,-lstdc++) +$(call emugl-export,CFLAGS,$(host_common_debug_CFLAGS)) +$(call emugl-export,LDLIBS,-lstdc++) - $(call emugl-end-module) -endif
\ No newline at end of file +$(call emugl-end-module) |