• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/core


Commit MetaInfo

Revision8f959862bcec166d5667851cd50fbf5b72b54e19 (tree)
Time2011-08-04 17:31:46
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

do not include goldfish files on x86

Change Summary

Incremental Difference

--- a/rootdir/Android.mk
+++ b/rootdir/Android.mk
@@ -17,7 +17,9 @@ endif
1717 # to run the dex pre-optimization *in* the emulator. So keep the file until
1818 # we are capable of running dex preopt on the host.
1919 #
20+ifneq ($(TARGET_ARCH),x86)
2021 copy_from += etc/init.goldfish.sh
22+endif
2123
2224 copy_to := $(addprefix $(TARGET_OUT)/,$(copy_from))
2325 copy_from := $(addprefix $(LOCAL_PATH)/,$(copy_from))
@@ -49,6 +51,7 @@ $(INSTALLED_RAMDISK_TARGET): $(file)
4951 # Just like /system/etc/init.goldfish.sh, the /init.godlfish.rc is here
5052 # to allow -user builds to properly run the dex pre-optimization pass in
5153 # the emulator.
54+ifneq ($(TARGET_ARCH),x86)
5255 file := $(TARGET_ROOT_OUT)/init.goldfish.rc
5356 $(file) : $(LOCAL_PATH)/etc/init.goldfish.rc | $(ACP)
5457 $(transform-prebuilt-to-target)
@@ -60,6 +63,7 @@ $(file) : $(LOCAL_PATH)/etc/ueventd.goldfish.rc | $(ACP)
6063 $(transform-prebuilt-to-target)
6164 ALL_PREBUILT += $(file)
6265 $(INSTALLED_RAMDISK_TARGET): $(file)
66+endif
6367
6468 # create some directories (some are mount points)
6569 DIRS := $(addprefix $(TARGET_ROOT_OUT)/, \