am be42930f: am 97ca48e7: generic_x86 support

This commit is contained in:
Bruce Beare 2010-05-03 16:17:50 -07:00 committed by Android Git Automerger
commit eb681fd491

View File

@ -14,6 +14,7 @@
ifneq ($(TARGET_SIMULATOR),true)
ifeq ($(TARGET_ARCH),arm)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@ -58,4 +59,5 @@ LOCAL_STATIC_LIBRARIES += libz libbz
include $(BUILD_HOST_EXECUTABLE)
endif # TARGET_ARCH == arm
endif # !TARGET_SIMULATOR