From b3d0366d590c20efa1a024a751c11e8392d4b334 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 19 Aug 2012 00:30:23 +0200 Subject: Make it build without the RomManager which is propriteary and that we don't want. Without that fix we have: make: *** No rule to make target `vendor/cm/proprietary/RomManager.apk', needed by `out/target/product/maguro/system/app/RomManager.apk'. Stop. make: *** Waiting for unfinished jobs.... Change-Id: Ia8e8e9a065b5efb2232e23134263b7d62a33845b Signed-off-by: Denis 'GNUtoo' Carikli --- config/common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/common.mk b/config/common.mk index 9d89350..b9a280d 100644 --- a/config/common.mk +++ b/config/common.mk @@ -51,9 +51,6 @@ PRODUCT_COPY_FILES += \ vendor/cm/prebuilt/common/bin/handle_compcache:system/bin/handle_compcache PRODUCT_COPY_FILES += \ - vendor/cm/proprietary/RomManager.apk:system/app/RomManager.apk \ - vendor/cm/proprietary/Term.apk:system/app/Term.apk \ - vendor/cm/proprietary/lib/armeabi/libjackpal-androidterm4.so:system/lib/libjackpal-androidterm4.so \ vendor/cm/prebuilt/common/apps/Superuser.apk:system/app/Superuser.apk # Bring in camera effects -- cgit v1.1