Upgrade jarjar to 1.4.

1.0rc8 can't rename annotation classes; the annotations still point to
the old name. Upgrade to the latest version to fix this and other bugs.

Change-Id: I1d1f196c4b9e0483011e62f02b0486cb66574263
diff --git a/common/jarjar/Android.mk b/common/jarjar/Android.mk
index 9f0dfa3..fc85f4a 100644
--- a/common/jarjar/Android.mk
+++ b/common/jarjar/Android.mk
@@ -16,6 +16,6 @@
 
 include $(CLEAR_VARS)
 
-LOCAL_PREBUILT_JAVA_LIBRARIES := jarjar:jarjar-1.0rc8$(COMMON_JAVA_PACKAGE_SUFFIX)
+LOCAL_PREBUILT_JAVA_LIBRARIES := jarjar:jarjar-1.4$(COMMON_JAVA_PACKAGE_SUFFIX)
 
 include $(BUILD_HOST_PREBUILT)
diff --git a/common/jarjar/jarjar-1.0rc8.jar b/common/jarjar/jarjar-1.0rc8.jar
deleted file mode 100644
index 89390bf..0000000
--- a/common/jarjar/jarjar-1.0rc8.jar
+++ /dev/null
Binary files differ
diff --git a/common/jarjar/jarjar-1.4.jar b/common/jarjar/jarjar-1.4.jar
new file mode 100644
index 0000000..68b9db9
--- /dev/null
+++ b/common/jarjar/jarjar-1.4.jar
Binary files differ