commit | 6f95f461098d5b9e93212cf9cc7c7a6498eecf3a | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Thu Dec 10 17:08:14 2009 -0800 |
committer | Ying Wang <wangying@google.com> | Thu Dec 10 17:08:14 2009 -0800 |
tree | f2cec9021ae7225294b98d137f6f9e405738d0d0 | |
parent | 5e7f1fbe161d7015dde6e893351238749f906c8a [diff] [blame] |
Fix the dependencies to make online-sdk-docs. Without the framework library, 'make online-sdk-docs' can not find symbols in the framework library.
diff --git a/Android.mk b/Android.mk index 2aa75f1..ff61e0d 100644 --- a/Android.mk +++ b/Android.mk
@@ -333,6 +333,7 @@ framework_docs_LOCAL_JAVA_LIBRARIES := \ core \ ext \ + framework \ framework_docs_LOCAL_MODULE_CLASS := JAVA_LIBRARIES framework_docs_LOCAL_DROIDDOC_HTML_DIR := docs/html