diff options
author | Joe Onorato <joeo@google.com> | 2010-09-10 12:45:18 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-09-10 12:45:18 -0700 |
commit | 81fe092d11607912944a49c47df6c14e28a977b8 (patch) | |
tree | 17d5b6132b66802de747fbe36669c5cdbec54ca8 | |
parent | 7c8258d064efe70e8551480eaafd7296f659acd5 (diff) | |
parent | e94f6db17748abd979204179ccf1ed1c514ebe47 (diff) | |
download | frameworks_base-81fe092d11607912944a49c47df6c14e28a977b8.zip frameworks_base-81fe092d11607912944a49c47df6c14e28a977b8.tar.gz frameworks_base-81fe092d11607912944a49c47df6c14e28a977b8.tar.bz2 |
Merge "Make @deprecated without a comment an error DO NOT MERGE" into gingerbread
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -360,7 +360,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \ -since ./frameworks/base/api/6.xml 6 \ -since ./frameworks/base/api/7.xml 7 \ -since ./frameworks/base/api/8.xml 8 \ - -error 1 -error 2 -warning 3 -error 4 -error 6 -error 8 \ + -error 1 -error 2 -warning 3 -error 4 -error 6 -error 8 -error 14 \ -overview $(LOCAL_PATH)/core/java/overview.html framework_docs_LOCAL_ADDITIONAL_JAVA_DIR:=$(call intermediates-dir-for,JAVA_LIBRARIES,framework) |