summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-08-27 15:05:39 -0400
committerJoe Onorato <joeo@google.com>2010-08-27 15:34:00 -0400
commit3fec2bf9bfcc6a43c6284f5ab1127f10f3d0a173 (patch)
tree7ef096354fceb2c78278b0c5622fe2b8f22b8b06 /Android.mk
parentf956fd6d1325fcb2e5ce9b8dac95a9a40824ead8 (diff)
downloadframeworks_base-3fec2bf9bfcc6a43c6284f5ab1127f10f3d0a173.zip
frameworks_base-3fec2bf9bfcc6a43c6284f5ab1127f10f3d0a173.tar.gz
frameworks_base-3fec2bf9bfcc6a43c6284f5ab1127f10f3d0a173.tar.bz2
Clean up the mess
Change-Id: Id3745d6e97d90443dcc0fd29fa047090c489adb3
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 948ba12..362a329 100644
--- a/Android.mk
+++ b/Android.mk
@@ -355,7 +355,7 @@ framework_docs_LOCAL_JAVA_LIBRARIES := \
framework \
framework_docs_LOCAL_MODULE_CLASS := JAVA_LIBRARIES
-framework_docs_LOCAL_DROIDDOC_HTML_DIR := $(LOCAL_PATH)/docs/html $(OUT_DOCS)/gen
+framework_docs_LOCAL_DROIDDOC_HTML_DIR := docs/html
# The since flag (-since N.xml API_LEVEL) is used to add API Level information
# to the reference documentation. Must be in order of oldest to newest.
framework_docs_LOCAL_DROIDDOC_OPTIONS := \
@@ -522,7 +522,6 @@ $(static_doc_index_redirect): \
$(full_target): $(static_doc_index_redirect)
$(full_target): $(framework_built)
-$(full_target): monkeyruner-docs-target
# ==== docs for the web (on the google app engine server) =======================
include $(CLEAR_VARS)
@@ -552,7 +551,6 @@ include $(BUILD_DROIDDOC)
# explicitly specify that online-sdk depends on framework-res and any generated docs
$(full_target): framework-res-package-target
-$(full_target): monkeyruner-docs-target
# ==== docs that have all of the stuff that's @hidden =======================
include $(CLEAR_VARS)