summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Davidson <jpd@google.com>2014-09-15 18:14:39 -0700
committerDanesh M <daneshm90@gmail.com>2015-09-27 21:11:41 -0700
commit3100d7bac56fbe9adfa2d84f701d05f6f8d97c6e (patch)
treede8533b66aa0925d8157d27df2d6bb2fc294080f
parent357bd888575301e0c79adcfce89018a85b621e8e (diff)
downloadandroid_packages_apps_Trebuchet-3100d7bac56fbe9adfa2d84f701d05f6f8d97c6e.tar.gz
android_packages_apps_Trebuchet-3100d7bac56fbe9adfa2d84f701d05f6f8d97c6e.tar.bz2
android_packages_apps_Trebuchet-3100d7bac56fbe9adfa2d84f701d05f6f8d97c6e.zip
Update protobuf library from 2.3 to 2.6.
The dependency here can be removed because it it automatically added when LOCAL_PROTOC_OPTIMIZE_TYPE=nano by build/core/host_java_library_common.mk. Change-Id: I949d32fb5126f1c05e2a6ed48f6636a4a9b15a48
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index fda9f51e0..e4ea7ecff 100644
--- a/Android.mk
+++ b/Android.mk
@@ -70,7 +70,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := launcher_protoutil_lib
LOCAL_IS_HOST_MODULE := true
LOCAL_JAR_MANIFEST := util/etc/manifest.txt
-LOCAL_STATIC_JAVA_LIBRARIES := host-libprotobuf-java-nano
include $(BUILD_HOST_JAVA_LIBRARY)