Remove the simulator target from all makefiles.
Bug: 5010576
Change-Id: Iff124dd7b79a5b338ddadbcfc0a67d09b151bcae
diff --git a/Android.mk b/Android.mk
index 7cef9b8..cde87e8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifneq ($(TARGET_SIMULATOR),true)
-
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -32,5 +30,3 @@
LOCAL_C_INCLUDES += external/bzip2
LOCAL_STATIC_LIBRARIES := libbz
include $(BUILD_HOST_EXECUTABLE)
-
-endif # !TARGET_SIMULATOR