development
Révision | 7b31f3fe55887215bff517e4620b6f788125c558 (tree) |
---|---|
l'heure | 2009-11-15 13:09:30 |
Auteur | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
remove unnecessary stuff on x86
@@ -1,3 +1,4 @@ | ||
1 | +ifeq ($(TARGET_ARCH),arm) | |
1 | 2 | LOCAL_PATH:= $(call my-dir) |
2 | 3 | include $(CLEAR_VARS) |
3 | 4 | LOCAL_SRC_FILES := qwerty.kcm |
@@ -16,3 +17,4 @@ file := $(TARGET_OUT_KEYLAYOUT)/AVRCP.kl | ||
16 | 17 | ALL_PREBUILT += $(file) |
17 | 18 | $(file) : $(LOCAL_PATH)/AVRCP.kl | $(ACP) |
18 | 19 | $(transform-prebuilt-to-target) |
20 | +endif |
@@ -1,5 +1,6 @@ | ||
1 | 1 | # Copyright 2008 The Android Open Source Project |
2 | 2 | |
3 | +ifeq ($(TARGET_ARCH),arm) | |
3 | 4 | LOCAL_PATH:= $(call my-dir) |
4 | 5 | include $(CLEAR_VARS) |
5 | 6 |
@@ -14,3 +15,4 @@ LOCAL_MODULE:= qemud | ||
14 | 15 | LOCAL_MODULE_TAGS := debug |
15 | 16 | |
16 | 17 | include $(BUILD_EXECUTABLE) |
18 | +endif |
@@ -4,6 +4,7 @@ | ||
4 | 4 | # Java method trace dump tool |
5 | 5 | # |
6 | 6 | |
7 | +ifeq ($(TARGET_ARCH),arm) | |
7 | 8 | LOCAL_PATH:= $(call my-dir) |
8 | 9 | |
9 | 10 | common_includes := external/qemu |
@@ -155,3 +156,4 @@ LOCAL_C_INCLUDES += $(common_includes) | ||
155 | 156 | LOCAL_CFLAGS += $(common_cflags) |
156 | 157 | LOCAL_MODULE := dump_regions |
157 | 158 | include $(BUILD_HOST_EXECUTABLE) |
159 | +endif |
@@ -12,7 +12,7 @@ | ||
12 | 12 | # See the License for the specific language governing permissions and |
13 | 13 | # limitations under the License. |
14 | 14 | |
15 | - | |
15 | +ifeq ($(TARGET_ARCH),arm) | |
16 | 16 | LOCAL_PATH := $(call my-dir) |
17 | 17 | |
18 | 18 | ifneq ($(TARGET_PRODUCT),sim) |
@@ -27,3 +27,4 @@ LOCAL_MODULE := sensors.goldfish | ||
27 | 27 | LOCAL_MODULE_TAGS := debug |
28 | 28 | include $(BUILD_SHARED_LIBRARY) |
29 | 29 | endif |
30 | +endif |
@@ -16,6 +16,7 @@ | ||
16 | 16 | # that should only run in the emulator. |
17 | 17 | # |
18 | 18 | |
19 | +ifeq ($(TARGET_ARCH),arm) | |
19 | 20 | LOCAL_PATH := $(call my-dir) |
20 | 21 | |
21 | 22 | ifneq ($(TARGET_PRODUCT),sim) |
@@ -33,4 +34,4 @@ LOCAL_MODULE_TAGS := debug | ||
33 | 34 | include $(BUILD_EXECUTABLE) |
34 | 35 | |
35 | 36 | endif # TARGET_PRODUCT != sim |
36 | - | |
37 | +endif |