summaryrefslogtreecommitdiffstats
path: root/cmds/bootanimation/Android.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:16 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:16 -0700
commitbd882b1c8708686d373c56e07e6bb8b1cb6ffd9e (patch)
treeb17fbae7a6ff475ab37be48046d0540d594f84fb /cmds/bootanimation/Android.mk
parent3f9dd287b99340efaaa257759e71a8f81b2ed113 (diff)
downloadframeworks_base-bd882b1c8708686d373c56e07e6bb8b1cb6ffd9e.zip
frameworks_base-bd882b1c8708686d373c56e07e6bb8b1cb6ffd9e.tar.gz
frameworks_base-bd882b1c8708686d373c56e07e6bb8b1cb6ffd9e.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
Diffstat (limited to 'cmds/bootanimation/Android.mk')
-rw-r--r--cmds/bootanimation/Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmds/bootanimation/Android.mk b/cmds/bootanimation/Android.mk
index a00a212..7d39912 100644
--- a/cmds/bootanimation/Android.mk
+++ b/cmds/bootanimation/Android.mk
@@ -5,13 +5,6 @@ LOCAL_SRC_FILES:= \
bootanimation_main.cpp \
BootAnimation.cpp
-# need "-lrt" on Linux simulator to pick up clock_gettime
-ifeq ($(TARGET_SIMULATOR),true)
- ifeq ($(HOST_OS),linux)
- LOCAL_LDLIBS += -lrt
- endif
-endif
-
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_SHARED_LIBRARIES := \