Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I49b53eff72af04737cbc22107869ae0169520cd9
This commit is contained in:
@@ -17,10 +17,5 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libstlport \
|
||||
libz \
|
||||
libwvdrm \
|
||||
libWVStreamControlAPI
|
||||
|
||||
ifeq ($(TARGET_SIMULATOR),true)
|
||||
LOCAL_LDLIBS += -ldl
|
||||
else
|
||||
LOCAL_SHARED_LIBRARIES += libdl
|
||||
endif
|
||||
libWVStreamControlAPI \
|
||||
libdl
|
||||
|
||||
Reference in New Issue
Block a user