From: notaz Date: Sat, 16 Jun 2012 16:07:53 +0000 (+0300) Subject: additional build hacks for the big-hacks-patch X-Git-Tag: r5^0 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=android_pandora.git;a=commitdiff_plain;h=64ddff2cd43d4e6c8c7e28a955c5d5db9e8c4130 additional build hacks for the big-hacks-patch --- diff --git a/patches/all.patch b/patches/all.patch index 1eaa520..3814c9b 100644 --- a/patches/all.patch +++ b/patches/all.patch @@ -1,4 +1,20 @@ +project build/ +diff --git a/build/core/product_config.mk b/build/core/product_config.mk +index fd8feb7..ee2be34 100644 +--- a/build/core/product_config.mk ++++ b/build/core/product_config.mk +@@ -193,7 +193,8 @@ else + # + #TODO: when we start allowing direct pointers to product files, + # guarantee that they're in this list. +- $(call import-products, $(get-all-product-makefiles)) ++ #$(call import-products, $(get-all-product-makefiles)) ++ $(call import-products, device/openpandora/pandora/pandora.mk) + endif # TARGET_BUILD_APPS + $(check-all-products) + #$(dump-products) + project external/hostap/ diff --git a/external/hostap/Android.mk b/external/hostap/Android.mk index 77d72ea..5c6b589 100644 @@ -270,3 +286,18 @@ index fb088e1..f99227c 100644 } NetlinkEvent *evt = new NetlinkEvent(); + +project vendor/cyanogen/ +diff --git a/vendor/cyanogen/products/common.mk b/vendor/cyanogen/products/common.mk +index 195bc57..0477688 100644 +--- a/vendor/cyanogen/products/common.mk ++++ b/vendor/cyanogen/products/common.mk +@@ -87,7 +87,7 @@ PRODUCT_COPY_FILES += \ + # 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 \ ++# vendor/cyanogen/proprietary/RomManager.apk:system/app/RomManager.apk \ + + # Enable SIP+VoIP on all targets + PRODUCT_COPY_FILES += \