summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-10-04 21:05:08 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-12-17 12:35:05 +0100
commit1d2ae88a57e5ef471927ad292abf194b0cca6b1b (patch)
tree3b303d41917da5260d33072e76fb4febe9ce4aef
parent9ab5443076fc45cb62531e2030237c1c868c41b6 (diff)
downloadvendor_replicant-1d2ae88a57e5ef471927ad292abf194b0cca6b1b.zip
vendor_replicant-1d2ae88a57e5ef471927ad292abf194b0cca6b1b.tar.gz
vendor_replicant-1d2ae88a57e5ef471927ad292abf194b0cca6b1b.tar.bz2
products: common.mk: remove proprietary COPY_FILES
without removing the rom manager COPY_FILES we end up with that error: make: *** No rule to make target `vendor/cyanogen/proprietary/RomManager.apk', needed by `out/target/product/passion/system/app/RomManager.apk'. Stop. make: *** Waiting for unfinished jobs....
-rw-r--r--products/common.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/products/common.mk b/products/common.mk
index e91f4d9..c0b93d9 100644
--- a/products/common.mk
+++ b/products/common.mk
@@ -86,9 +86,6 @@ PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/common/etc/init.d/05mountsd:system/etc/init.d/05mountsd
# vendor/cyanogen/prebuilt/common/etc/init.d/10apps2sd:system/etc/init.d/10apps2sd
-PRODUCT_COPY_FILES += \
- vendor/cyanogen/proprietary/RomManager.apk:system/app/RomManager.apk \
-
# Always run in insecure mode, enables root on user build variants
#ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0