diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:12:16 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:12:16 -0700 |
commit | baa44b89ec159fd65230cbb8ebab62d63a513b0b (patch) | |
tree | 644c9bc6ebe2b1a545a2934ce268640d8673cb0f /opengl/tests/gldual | |
parent | 919b1a8495fb413a7e25f08bca59533146829ee4 (diff) | |
download | frameworks_native-baa44b89ec159fd65230cbb8ebab62d63a513b0b.zip frameworks_native-baa44b89ec159fd65230cbb8ebab62d63a513b0b.tar.gz frameworks_native-baa44b89ec159fd65230cbb8ebab62d63a513b0b.tar.bz2 |
Remove the simulator target from all makefiles.
Bug: 5010576
Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
Diffstat (limited to 'opengl/tests/gldual')
-rw-r--r-- | opengl/tests/gldual/Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opengl/tests/gldual/Android.mk b/opengl/tests/gldual/Android.mk index f1a998a..b4b378e 100644 --- a/opengl/tests/gldual/Android.mk +++ b/opengl/tests/gldual/Android.mk @@ -2,8 +2,6 @@ # OpenGL ES JNI sample # This makefile builds both an activity and a shared library. ######################################################################### -ifneq ($(TARGET_SIMULATOR),true) # not 64 bit clean - TOP_LOCAL_PATH:= $(call my-dir) # Build activity @@ -47,5 +45,3 @@ LOCAL_MODULE := libgldualjni include $(BUILD_SHARED_LIBRARY) - -endif # TARGET_SIMULATOR |