summaryrefslogtreecommitdiffstats
path: root/dalvik
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-10-11 14:05:30 -0700
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-10-11 14:05:31 -0700
commit4e8aff7851667954f8c964829cd20c1e86288814 (patch)
tree9f015520c0121b4e5f430504a742c1a03dcb6c24 /dalvik
parentbf983d5487ebff679a00b60d82ed548437955bad (diff)
parent02f8123a41dfc61bb77b58b84cc0163bc4e29631 (diff)
downloadlibcore-4e8aff7851667954f8c964829cd20c1e86288814.zip
libcore-4e8aff7851667954f8c964829cd20c1e86288814.tar.gz
libcore-4e8aff7851667954f8c964829cd20c1e86288814.tar.bz2
Merge "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>