OSDN Git Service

remove unnecessary stuff on x86 froyo-x86 android-x86-2.2 android-x86-2.2-r2
authorChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 15 Nov 2009 04:09:30 +0000 (12:09 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 27 Jun 2010 07:39:58 +0000 (15:39 +0800)
emulator/keymaps/Android.mk
emulator/qemud/Android.mk
emulator/qtools/Android.mk
emulator/sensors/Android.mk
emulator/tools/Android.mk

index 81ac530..b68c32d 100644 (file)
@@ -1,3 +1,4 @@
+ifeq ($(TARGET_ARCH),arm)
 LOCAL_PATH:= $(call my-dir)
 include $(CLEAR_VARS)
 LOCAL_SRC_FILES := qwerty.kcm
@@ -16,3 +17,4 @@ file := $(TARGET_OUT_KEYLAYOUT)/AVRCP.kl
 ALL_PREBUILT += $(file)
 $(file) : $(LOCAL_PATH)/AVRCP.kl | $(ACP)
        $(transform-prebuilt-to-target)
+endif
index a186c73..27d6788 100644 (file)
@@ -1,5 +1,6 @@
 # Copyright 2008 The Android Open Source Project
 
+ifeq ($(TARGET_ARCH),arm)
 LOCAL_PATH:= $(call my-dir)
 include $(CLEAR_VARS)
 
@@ -14,3 +15,4 @@ LOCAL_MODULE:= qemud
 LOCAL_MODULE_TAGS := debug
 
 include $(BUILD_EXECUTABLE)
+endif
index 149390c..4bc5707 100644 (file)
@@ -4,6 +4,7 @@
 # Java method trace dump tool
 #
 
+ifeq ($(TARGET_ARCH),arm)
 LOCAL_PATH:= $(call my-dir)
 
 common_includes := external/qemu
@@ -155,3 +156,4 @@ LOCAL_C_INCLUDES += $(common_includes)
 LOCAL_CFLAGS += $(common_cflags)
 LOCAL_MODULE := dump_regions
 include $(BUILD_HOST_EXECUTABLE)
+endif
index 74e02ad..8c6106c 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-
+ifeq ($(TARGET_ARCH),arm)
 LOCAL_PATH := $(call my-dir)
 
 ifneq ($(TARGET_PRODUCT),sim)
@@ -27,3 +27,4 @@ LOCAL_MODULE := sensors.goldfish
 LOCAL_MODULE_TAGS := debug
 include $(BUILD_SHARED_LIBRARY)
 endif
+endif
index c9d9613..9853a76 100644 (file)
@@ -16,6 +16,7 @@
 # that should only run in the emulator.
 #
 
+ifeq ($(TARGET_ARCH),arm)
 LOCAL_PATH := $(call my-dir)
 
 ifneq ($(TARGET_PRODUCT),sim)
@@ -33,4 +34,4 @@ LOCAL_MODULE_TAGS := debug
 include $(BUILD_EXECUTABLE)
 
 endif # TARGET_PRODUCT != sim
-
+endif