浏览代码

Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I9a5e66066482aa0007f221bb866ac57f4eb1b70c

Jeff Brown 14 年之前
父节点
当前提交
17892bccbb
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      Android.mk

+ 0 - 6
Android.mk

@@ -186,11 +186,8 @@ LOCAL_C_INCLUDES := \
 LOCAL_SHARED_LIBRARIES := \
     libcutils libutils
 
-# stlport conflicts with the host stl library
-ifneq ($(TARGET_SIMULATOR),true)
 LOCAL_C_INCLUDES += external/stlport/stlport
 LOCAL_SHARED_LIBRARIES += libstlport
-endif
 
 # Define the header files to be copied
 #LOCAL_COPY_HEADERS := \
@@ -252,11 +249,8 @@ LOCAL_C_INCLUDES := \
 LOCAL_SHARED_LIBRARIES := \
     libz libcutils libutils
 
-# stlport conflicts with the host stl library
-ifneq ($(TARGET_SIMULATOR),true)
 LOCAL_C_INCLUDES += external/stlport/stlport
 LOCAL_SHARED_LIBRARIES += libstlport
-endif
 
 # Define the header files to be copied
 #LOCAL_COPY_HEADERS := \