summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2009-11-20 10:44:21 -0800
committerandroid-build SharedAccount <android-build@sekiwake.mtv.corp.google.com>2009-11-24 17:59:14 -0800
commit6a0262fafaf58a0675703f0e5a5fb77941b6e527 (patch)
tree5ede688eb3de0e317e02f7a1e090401ed8d1701a
parentaff0508738ca033ff8f8ddd29cd6e6badb2f4dd1 (diff)
downloadbase-6a0262fafaf58a0675703f0e5a5fb77941b6e527.tar.gz
droiddoc change: add flag to offline docs build to signal
that we're building offline docs so that we do not generate all of the web pages for the sample apps source code. This depends on change 33762 (sha I06c40454), meaning, this will break the build without that. Change-Id: Id2ee762de13f23c3da15d55e763c1838b11ac31c
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index a33ef3857cf8..c127e629cfb2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -440,6 +440,7 @@ LOCAL_MODULE := offline-sdk
LOCAL_DROIDDOC_OPTIONS:=\
$(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
$(web_docs_sample_code_flags) \
+ -offlinemode \
-title "Android SDK" \
-proofread $(OUT_DOCS)/$(LOCAL_MODULE)-proofread.txt \
-todo $(OUT_DOCS)/$(LOCAL_MODULE)-docs-todo.html \