diff options
author | Anton Hansson <hansson@google.com> | 2018-04-19 14:04:32 +0100 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2018-04-19 14:21:44 +0100 |
commit | 092d9b80882056f4f24a27e5174e9a2d0c947292 (patch) | |
tree | 518c762434fa15adaa49d34b841258511d6f247f | |
parent | e3a34816dc844bb6c5e41fd9ab3cd671f7eb3400 (diff) |
Update docs 'since' for API 28.
I'm replacing this list with a for-loop in master, so it shouldn't need
updating in future (except for temporary apis).
Bug: 77588754
Test: make docs
Change-Id: Ib48218e303b53e2b16a13866e4423ee2ad1c2f4a
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index d7d9c900e3bf..88394d6332b6 100644 --- a/Android.mk +++ b/Android.mk @@ -196,7 +196,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 \ + -since $(SRC_API_DIR)/28.txt 28 \ -werror -lerror -hide 111 -hide 113 -hide 125 -hide 126 -hide 127 -hide 128 \ -overview $(LOCAL_PATH)/core/java/overview.html \ |