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.
19SUPPORT_PATH := $(call my-dir)
20
21framework_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/25.4.0.txt 25.4.0 \
40    -since $(SUPPORT_PATH)/api/26.0.0-alpha1.txt 26.0.0-alpha1 \
41    -since $(SUPPORT_PATH)/api/26.0.0-beta1.txt 26.0.0-beta1 \
42    -since $(SUPPORT_PATH)/api/26.0.0-beta2.txt 26.0.0-beta2
43