diff options
author | Andrew Solovay <asolovay@google.com> | 2018-02-27 19:46:36 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-02-27 19:46:36 +0000 |
commit | 73cf7bfd90829112ce791937f4ba380d7f7abe13 (patch) | |
tree | 8899efc048e30f1adc924a48272350c91d6f3ca4 | |
parent | 63775898f6b6b0ec960c815b92ed74a13f6e61bb (diff) | |
parent | 61204ce7fe62db918064fae77e44cb8f5f430369 (diff) |
Merge "docs: Adding P to the API levels"
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 59278b03a7d2..470714b184ae 100644 --- a/Android.mk +++ b/Android.mk @@ -194,6 +194,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 \ |