diff options
| author | Keun young Park <keunyoung@google.com> | 2013-02-25 17:32:53 -0800 |
|---|---|---|
| committer | keunyoung <keunyoung@google.com> | 2013-03-05 11:16:36 -0800 |
| commit | f5eb8035431a130f4666f5f067242df7392e8bc3 (patch) | |
| tree | 5cbdeb2545c27bab64a15ddf4cd82df67b18f3cb /rootdir/Android.mk | |
| parent | 95b087fa90c89b21d18268c84167d1407f9e7905 (diff) | |
| download | core-f5eb8035431a130f4666f5f067242df7392e8bc3.tar.gz core-f5eb8035431a130f4666f5f067242df7392e8bc3.tar.bz2 core-f5eb8035431a130f4666f5f067242df7392e8bc3.zip | |
move goldfish stuffs to device/generic/goldfish
- each files will be pulled in emulator.mk as PRODUCT_COPY_FILES
Change-Id: I4772e2fd863e6d2663f477c3acd8a90cb95b498a
Diffstat (limited to 'rootdir/Android.mk')
| -rw-r--r-- | rootdir/Android.mk | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 64ff52244..e6887bb21 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -7,25 +7,6 @@ copy_from := \ etc/dbus.conf \ etc/hosts -ifeq ($(TARGET_PRODUCT),full) -copy_from += etc/vold.fstab -endif - -ifeq ($(TARGET_PRODUCT),full_x86) -copy_from += etc/vold.fstab -endif - -ifeq ($(TARGET_PRODUCT),full_mips) -copy_from += etc/vold.fstab -endif - -# the /system/etc/init.goldfish.sh is needed to enable emulator support -# in the system image. In theory, we don't need these for -user builds -# which are device-specific. However, these builds require at the moment -# to run the dex pre-optimization *in* the emulator. So keep the file until -# we are capable of running dex preopt on the host. -# -copy_from += etc/init.goldfish.sh copy_to := $(addprefix $(TARGET_OUT)/,$(copy_from)) copy_from := $(addprefix $(LOCAL_PATH)/,$(copy_from)) @@ -56,20 +37,6 @@ $(INSTALLED_RAMDISK_TARGET): $(file) # init.usb.rc is handled by build/target/product/core.rc -# Just like /system/etc/init.goldfish.sh, the /init.godlfish.rc is here -# to allow -user builds to properly run the dex pre-optimization pass in -# the emulator. -file := $(TARGET_ROOT_OUT)/init.goldfish.rc -$(file) : $(LOCAL_PATH)/etc/init.goldfish.rc | $(ACP) - $(transform-prebuilt-to-target) -ALL_PREBUILT += $(file) -$(INSTALLED_RAMDISK_TARGET): $(file) - -file := $(TARGET_ROOT_OUT)/ueventd.goldfish.rc -$(file) : $(LOCAL_PATH)/etc/ueventd.goldfish.rc | $(ACP) - $(transform-prebuilt-to-target) -ALL_PREBUILT += $(file) -$(INSTALLED_RAMDISK_TARGET): $(file) # create some directories (some are mount points) DIRS := $(addprefix $(TARGET_ROOT_OUT)/, \ |
