diff options
| author | 2009-12-12 15:38:29 -0800 | |
|---|---|---|
| committer | 2009-12-12 15:38:29 -0800 | |
| commit | 54bb575e85d1e40efbfbb868f37553cdd8ed318f (patch) | |
| tree | 3136d15e04c21ae6a3fb18aee9c1808dd6e79afb | |
| parent | 9b52a2184e99565bcd7f77effb321c95a2a4837e (diff) | |
| parent | 6f95f461098d5b9e93212cf9cc7c7a6498eecf3a (diff) | |
am 6f95f461: Fix the dependencies to make online-sdk-docs.
Merge commit '6f95f461098d5b9e93212cf9cc7c7a6498eecf3a' into eclair
* commit '6f95f461098d5b9e93212cf9cc7c7a6498eecf3a':
Fix the dependencies to make online-sdk-docs.
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 8a3c5bf968b9..8d3d1184dc47 100644 --- a/Android.mk +++ b/Android.mk @@ -334,6 +334,7 @@ framework_docs_LOCAL_INTERMEDIATE_SOURCES := \ framework_docs_LOCAL_JAVA_LIBRARIES := \ core \ ext \ + framework \ framework_docs_LOCAL_MODULE_CLASS := JAVA_LIBRARIES framework_docs_LOCAL_DROIDDOC_HTML_DIR := docs/html |