blob: 5da93770f8b4b28758e8e027bf0595b78186dc4f [file] [log] [blame]
Alan Viveretteb467fea2016-12-19 10:53:49 -05001#
2# Copyright (C) 2016 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
Alan Viverettee3739e42017-12-04 11:35:45 -050017# The list of support library modules made available to the platform docs build.
Alan Viveretteb467fea2016-12-19 10:53:49 -050018FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
Alan Viveretteb467fea2016-12-19 10:53:49 -050019 android-support-animatedvectordrawable \
Alan Viverettee3739e42017-12-04 11:35:45 -050020 android-support-annotations \
Alan Viverette51881212017-03-16 15:18:08 -040021 android-support-emoji \
22 android-support-emoji-appcompat \
Alan Viverettee3739e42017-12-04 11:35:45 -050023 android-support-emoji-bundled \
24 android-support-compat \
25 android-support-core-ui \
26 android-support-core-utils \
27 android-support-customtabs \
28 android-support-design \
29 android-support-dynamic-animation \
30 android-support-exifinterface \
31 android-support-fragment \
32 android-support-media-compat \
33 android-support-percent \
34 android-support-recommendation \
35 android-support-transition \
36 android-support-tv-provider \
37 android-support-v7-appcompat \
38 android-support-v7-cardview \
39 android-support-v7-gridlayout \
40 android-support-v7-mediarouter \
41 android-support-v7-palette \
42 android-support-v7-preference \
43 android-support-v7-recyclerview \
44 android-support-v13 \
45 android-support-v14-preference \
46 android-support-v17-leanback \
47 android-support-v17-preference-leanback \
48 android-support-vectordrawable \
49 android-support-wear
50
Alan Viverette5d754a82018-02-01 15:52:25 -050051# List of all Design transitive dependencies. Use this instead of android-support-design.
52ANDROID_SUPPORT_DESIGN_TARGETS := \
53 android-support-design \
54 android-support-compat \
55 android-support-core-ui \
56 android-support-core-utils \
57 android-support-fragment \
58 android-support-transition \
59 android-support-v7-appcompat \
60 android-support-v7-recyclerview \
61
62# List of all Car transitive dependencies. Use this instead of android-support-car.
63ANDROID_SUPPORT_CAR_TARGETS := \
64 android-support-car \
65 $(ANDROID_SUPPORT_DESIGN_TARGETS) \
66 android-support-media-compat \
67 android-support-v7-cardview