aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-10-02 15:06:40 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-10-02 15:06:40 -0700
commit03b09fd33fef282dfe684ca6ae167c41282ae08b (patch)
treefb9cba965781227b6b32ba35141f506061e4d925
parent9a6b73c0aa13a7d652c3f3668c64cb98b258045e (diff)
downloadbuild-03b09fd33fef282dfe684ca6ae167c41282ae08b.tar.gz
Remove temporary vold logic
-rw-r--r--core/main.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/main.mk b/core/main.mk
index e0489fb60e..aaf5a76e2f 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -253,14 +253,6 @@ ifeq (,$(filter %:system/etc/apns-conf.xml, $(PRODUCT_COPY_FILES)))
$(warning implicitly installing apns-conf_sdk.xml)
endif
endif
-# Install a vold.conf file is one's not already being installed.
-ifeq (,$(filter %:system/etc/vold.conf, $(PRODUCT_COPY_FILES)))
- PRODUCT_COPY_FILES += \
- development/data/etc/vold.conf:system/etc/vold.conf
- ifeq ($(filter eng tests,$(TARGET_BUILD_VARIANT)),)
- $(warning implicitly installing vold.conf)
- endif
-endif
# If we're on an eng or tests build, but not on the sdk, and we have
# a better one, use that instead.
ifneq ($(filter eng tests,$(TARGET_BUILD_VARIANT)),)