+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
}
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 += \