Remove the simulator target from all makefiles.

Bug: 5010576

Change-Id: I49b53eff72af04737cbc22107869ae0169520cd9
This commit is contained in:
Jeff Brown
2011-07-11 22:12:46 -07:00
parent ba335957e9
commit ba2fd8b297

View File

@@ -17,10 +17,5 @@ LOCAL_SHARED_LIBRARIES := \
libstlport \ libstlport \
libz \ libz \
libwvdrm \ libwvdrm \
libWVStreamControlAPI libWVStreamControlAPI \
libdl
ifeq ($(TARGET_SIMULATOR),true)
LOCAL_LDLIBS += -ldl
else
LOCAL_SHARED_LIBRARIES += libdl
endif