OSDN Git Service

Disable building IM from the source code since we checked in the prebuilt version
authorScott Su <scott.su@myriadgroup.com>
Sat, 22 Aug 2009 02:40:50 +0000 (10:40 +0800)
committerWei Huang <weih@google.com>
Sat, 22 Aug 2009 17:55:19 +0000 (10:55 -0700)
Android.mk

index a3a1856..d72d6dc 100644 (file)
@@ -32,6 +32,9 @@ LOCAL_JAVA_LIBRARIES := android.test.runner \
 # LOCAL_REQUIRED_MODULES must go before BUILD_PACKAGE
 LOCAL_REQUIRED_MODULES := libwbxml libwbxml_jni ImProvider
 
-include $(BUILD_PACKAGE)
+#Disable building the APK; we are checking in the pre-built version which
+#contains the credential plug-in instead. Note the libwbxml_jni has to be
+#enabled because so won't be extracted from the system APK
+#include $(BUILD_PACKAGE)
 
 include $(call all-makefiles-under,$(LOCAL_PATH))