diff options
| author | 2009-09-17 17:16:09 -0700 | |
|---|---|---|
| committer | 2009-09-17 17:16:09 -0700 | |
| commit | 1cdf932b97223c7a5468620054829c24c65d1212 (patch) | |
| tree | 2e95650b3c1c06d67eac387eb3cb0efc58757762 | |
| parent | 45dfa63af3c279ed1ed456a30bea4bf8cca67f83 (diff) | |
add Eclair to the droiddoc 'since' options so that we
can see API Level diffs in the docs.
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 4e7b14e5eff7..90f2acb57a1a 100644 --- a/Android.mk +++ b/Android.mk @@ -341,6 +341,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \ -since ./frameworks/base/api/2.xml 2 \ -since ./frameworks/base/api/3.xml 3 \ -since ./frameworks/base/api/4.xml 4 \ + -since ./frameworks/base/api/current.xml Eclair \ -error 1 -error 2 -warning 3 -error 4 -error 6 -error 8 \ -overview $(LOCAL_PATH)/core/java/overview.html |