diff options
author | Andrew Solovay <asolovay@google.com> | 2018-02-24 16:44:28 -0800 |
---|---|---|
committer | Andrew Solovay <asolovay@google.com> | 2018-02-26 14:02:22 -0800 |
commit | 61204ce7fe62db918064fae77e44cb8f5f430369 (patch) | |
tree | a534890d27c55f0da59a75bbda07d5d64c413e35 | |
parent | 0962d1d8cbc480500eec112c6d5b781bebb4d8ce (diff) |
docs: Adding P to the API levels
Based this on SMain@ 's changes in ag/1936024 , which added the O
API level for the O preview.
Doc is staged to:
go/dac-stage/reference/
For an example of a new API class with the watermark, see:
go/dac-stage/reference/android/media/MediaPlayer2.html
Test: make ds-docs
Bug: 73009741
Change-Id: I591419c903222c9ad0c541dcd4bfce6a38ba1f2c
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 58e21ffd1617..86d691d91707 100644 --- a/Android.mk +++ b/Android.mk @@ -195,6 +195,7 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \ -since $(SRC_API_DIR)/25.txt 25 \ -since $(SRC_API_DIR)/26.txt 26 \ -since $(SRC_API_DIR)/27.txt 27 \ + -since ./frameworks/base/api/current.txt P \ -werror -lerror -hide 111 -hide 113 -hide 125 -hide 126 -hide 127 -hide 128 \ -overview $(LOCAL_PATH)/core/java/overview.html \ |