summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-02-04 10:56:33 -0800
committerYing Wang <wangying@google.com>2015-02-04 11:00:01 -0800
commit14cc23d4337c92fd09fa85cee536ca96eb41dd2a (patch)
treec82daed3cecc1054d6e634fc9024df58308b1be2 /core/main.mk
parent4d0f56fba3cb89d871e1277d9314da12406394e5 (diff)
downloadbuild-14cc23d4337c92fd09fa85cee536ca96eb41dd2a.zip
build-14cc23d4337c92fd09fa85cee536ca96eb41dd2a.tar.gz
build-14cc23d4337c92fd09fa85cee536ca96eb41dd2a.tar.bz2
Remove support of factory ramdisk/bundle.
Bug: 18779515 Change-Id: Ia6d51d43965447e2e95944a7d2b4b41adb121cb7
Diffstat (limited to 'core/main.mk')
-rw-r--r--core/main.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/main.mk b/core/main.mk
index e613566..b383d1b 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -840,12 +840,6 @@ endif
.PHONY: ramdisk
ramdisk: $(INSTALLED_RAMDISK_TARGET)
-.PHONY: factory_ramdisk
-factory_ramdisk: $(INSTALLED_FACTORY_RAMDISK_TARGET)
-
-.PHONY: factory_bundle
-factory_bundle: $(INSTALLED_FACTORY_BUNDLE_TARGET)
-
.PHONY: systemtarball
systemtarball: $(INSTALLED_SYSTEMTARBALL_TARGET)
@@ -952,8 +946,6 @@ else # TARGET_BUILD_APPS
$(BUILT_TARGET_FILES_PACKAGE) \
$(INSTALLED_ANDROID_INFO_TXT_TARGET) \
$(INSTALLED_RAMDISK_TARGET) \
- $(INSTALLED_FACTORY_RAMDISK_TARGET) \
- $(INSTALLED_FACTORY_BUNDLE_TARGET) \
)
# Put a copy of the radio/bootloader files in the dist dir.