Alan Viverette | dd146e7 | 2017-03-10 15:09:02 -0500 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2017 The Android Open Source Project |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
| 17 | # API Level information for the Support Library, which is currently |
| 18 | # included as part of the core framework docs build. |
| 19 | SUPPORT_PATH := $(call my-dir) |
| 20 | |
| 21 | framework_docs_LOCAL_DROIDDOC_OPTIONS += \ |
| 22 | -since $(SUPPORT_PATH)/api/22.0.0.txt 22.0.0 \ |
| 23 | -since $(SUPPORT_PATH)/api/22.1.0.txt 22.1.0 \ |
| 24 | -since $(SUPPORT_PATH)/api/22.2.0.txt 22.2.0 \ |
| 25 | -since $(SUPPORT_PATH)/api/22.2.1.txt 22.2.1 \ |
| 26 | -since $(SUPPORT_PATH)/api/23.0.0.txt 23.0.0 \ |
| 27 | -since $(SUPPORT_PATH)/api/23.1.0.txt 23.1.0 \ |
| 28 | -since $(SUPPORT_PATH)/api/23.1.1.txt 23.1.1 \ |
| 29 | -since $(SUPPORT_PATH)/api/23.2.0.txt 23.2.0 \ |
| 30 | -since $(SUPPORT_PATH)/api/23.2.1.txt 23.2.1 \ |
| 31 | -since $(SUPPORT_PATH)/api/23.4.0.txt 23.4.0 \ |
| 32 | -since $(SUPPORT_PATH)/api/24.0.0.txt 24.0.0 \ |
| 33 | -since $(SUPPORT_PATH)/api/24.1.0.txt 24.1.0 \ |
| 34 | -since $(SUPPORT_PATH)/api/24.2.0.txt 24.2.0 \ |
| 35 | -since $(SUPPORT_PATH)/api/25.0.0.txt 25.0.0 \ |
| 36 | -since $(SUPPORT_PATH)/api/25.1.0.txt 25.1.0 \ |
| 37 | -since $(SUPPORT_PATH)/api/25.2.0.txt 25.2.0 \ |
| 38 | -since $(SUPPORT_PATH)/api/25.3.0.txt 25.3.0 \ |
| 39 | -since $(SUPPORT_PATH)/api/26.0.0-alpha1.txt 26.0.0-alpha1 |