summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmari Stephens <xsdg@android.com>2015-08-31 15:51:06 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-31 15:51:06 +0000
commitb0b1ea5dd272fad4a83c08f53b0cb53809441fc7 (patch)
tree0efac01331f1f81eb6bc1614a62e742bc851dac3
parent2b2ff81081f23439561fab40d502fc7008e2f5cb (diff)
parentd6aeaa144260b0b8a96e2de0275efd1e42d25f88 (diff)
downloadmisc-b0b1ea5dd272fad4a83c08f53b0cb53809441fc7.tar.gz
am d6aeaa14: Create a version of the annotations prebuilt that can be used as a dependency [DO NOT MERGE]android-live-tv-l-mr1
* commit 'd6aeaa144260b0b8a96e2de0275efd1e42d25f88': Create a version of the annotations prebuilt that can be used as a dependency [DO NOT MERGE]
-rw-r--r--common/devtools-annotations/Android.mk13
-rw-r--r--common/devtools-annotations/MODULE_LICENSE_APL0
-rw-r--r--common/devtools-annotations/PREBUILT9
-rw-r--r--common/devtools-annotations/devtools-annotations-prebuilt.jarbin0 -> 4063 bytes
4 files changed, 22 insertions, 0 deletions
diff --git a/common/devtools-annotations/Android.mk b/common/devtools-annotations/Android.mk
new file mode 100644
index 00000000..12433966
--- /dev/null
+++ b/common/devtools-annotations/Android.mk
@@ -0,0 +1,13 @@
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := devtools-annotations-prebuilt
+LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := devtools-annotations-prebuilt.jar
+LOCAL_IS_HOST_MODULE := true
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+LOCAL_BUILT_MODULE_STEM := javalib.jar
+LOCAL_MODULE_SUFFIX := $(COMMON_JAVA_PACKAGE_SUFFIX)
+
+include $(BUILD_PREBUILT)
diff --git a/common/devtools-annotations/MODULE_LICENSE_APL b/common/devtools-annotations/MODULE_LICENSE_APL
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/common/devtools-annotations/MODULE_LICENSE_APL
diff --git a/common/devtools-annotations/PREBUILT b/common/devtools-annotations/PREBUILT
new file mode 100644
index 00000000..f520113a
--- /dev/null
+++ b/common/devtools-annotations/PREBUILT
@@ -0,0 +1,9 @@
+The object in this prebuilt directory is a copy of the jar from
+ platform/prebuilts/devtools/tools/lib/
+
+From the commit d7638b6496f75e896badacddb40a9dd018553bfc
+
+Note: Before dropping the devtools-annotations-prebuilt.jar, please
+run the following command to strip the jar manifest file,
+which causes hidden dependency on jars in the Class-Path.
+$ zip -d devtools-annotations-prebuilt.jar META-INF/MANIFEST.MF
diff --git a/common/devtools-annotations/devtools-annotations-prebuilt.jar b/common/devtools-annotations/devtools-annotations-prebuilt.jar
new file mode 100644
index 00000000..c57291a6
--- /dev/null
+++ b/common/devtools-annotations/devtools-annotations-prebuilt.jar
Binary files differ