summaryrefslogtreecommitdiffstats
path: root/dalvik
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-10-11 14:12:00 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-11 14:12:00 -0700
commita1efc89510647c69fc73a903e8f1af5018e10f56 (patch)
tree87b1f5a5d3c5e013039e22f99be5d22b9f5c73af /dalvik
parent3bee60c76bc2801be1cc412829480c2b40ebcd41 (diff)
parent4e8aff7851667954f8c964829cd20c1e86288814 (diff)
downloadlibcore-a1efc89510647c69fc73a903e8f1af5018e10f56.zip
libcore-a1efc89510647c69fc73a903e8f1af5018e10f56.tar.gz
libcore-a1efc89510647c69fc73a903e8f1af5018e10f56.tar.bz2
am 4e8aff78: Merge "Remove various content-free package.html files."
* commit '4e8aff7851667954f8c964829cd20c1e86288814': Remove various content-free package.html files.
Diffstat (limited to 'dalvik')
-rw-r--r--dalvik/src/main/java/dalvik/annotation/package.html8
-rw-r--r--dalvik/src/main/java/dalvik/bytecode/package.html7
-rw-r--r--dalvik/src/main/java/dalvik/system/package.html7
3 files changed, 0 insertions, 22 deletions
diff --git a/dalvik/src/main/java/dalvik/annotation/package.html b/dalvik/src/main/java/dalvik/annotation/package.html
deleted file mode 100644
index 2a67dc0..0000000
--- a/dalvik/src/main/java/dalvik/annotation/package.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
- <body>
- <p>
- Defines some annotations that are used within the Android system, either
- for the core libraries or for testing purposes.
- </p>
- </body>
-</html>
diff --git a/dalvik/src/main/java/dalvik/bytecode/package.html b/dalvik/src/main/java/dalvik/bytecode/package.html
deleted file mode 100644
index 92b0e92..0000000
--- a/dalvik/src/main/java/dalvik/bytecode/package.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
- <body>
- <p>
- Provides classes related to Dalvik bytecode.
- </p>
- </body>
-</html>
diff --git a/dalvik/src/main/java/dalvik/system/package.html b/dalvik/src/main/java/dalvik/system/package.html
deleted file mode 100644
index 01d0d30..0000000
--- a/dalvik/src/main/java/dalvik/system/package.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
- <body>
- <p>
- Provides utility and system information classes specific to the Dalvik VM.
- </p>
- </body>
-</html>