blob: c71c0de93b38714dcdd0a3fe5ca26fda9a782492 [file] [log] [blame]
Alan Viverette3edfd6f2018-02-15 11:53:31 -05001#
2# Copyright (C) 2018 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# List of all Compat transitive dependencies. Use this instead of
18# android-support-compat.
19ANDROID_SUPPORT_COMPAT_TARGETS := \
Colin Cross70ce9762018-04-11 17:36:18 -070020 android-support-compat
Alan Viverette3edfd6f2018-02-15 11:53:31 -050021
22# List of all Compat transitive dependencies. Use this instead of
23# android-support-media-compat.
24ANDROID_SUPPORT_MEDIA_COMPAT_TARGETS := \
Colin Cross70ce9762018-04-11 17:36:18 -070025 android-support-media-compat
Alan Viverette3edfd6f2018-02-15 11:53:31 -050026
27# List of all Core Utils transitive dependencies. Use this instead of
28# android-support-core-utils.
29ANDROID_SUPPORT_CORE_UTILS_TARGETS := \
Colin Cross70ce9762018-04-11 17:36:18 -070030 android-support-core-utils
Alan Viverette3edfd6f2018-02-15 11:53:31 -050031
32# List of all Core UI transitive dependencies. Use this instead of
33# android-support-core-ui.
34ANDROID_SUPPORT_CORE_UI_TARGETS := \
Colin Cross70ce9762018-04-11 17:36:18 -070035 android-support-core-ui
Alan Viverette3edfd6f2018-02-15 11:53:31 -050036
37# List of all Fragment transitive dependencies. Use this instead of
38# android-support-fragment.
39ANDROID_SUPPORT_FRAGMENT_TARGETS := \
Colin Cross70ce9762018-04-11 17:36:18 -070040 android-support-fragment
Alan Viverette3edfd6f2018-02-15 11:53:31 -050041
42# List of all Vector Drawable transitive dependencies. Use this instead of
43# android-support-vectordrawable.
44ANDROID_SUPPORT_VECTOR_DRAWABLE_TARGETS := \
Colin Cross70ce9762018-04-11 17:36:18 -070045 android-support-vectordrawable
Alan Viverette3edfd6f2018-02-15 11:53:31 -050046
47# List of all Animated Vector Drawable transitive dependencies. Use this
48# instead of android-support-animatedvectordrawable.
49ANDROID_SUPPORT_ANIMATED_VECTOR_DRAWABLE_TARGETS := \
Colin Cross70ce9762018-04-11 17:36:18 -070050 android-support-animatedvectordrawable
Alan Viverette3edfd6f2018-02-15 11:53:31 -050051
52# List of all App Compat transitive dependencies. Use this instead of
53# android-support-v7-appcompat.
54ANDROID_SUPPORT_V7_APPCOMPAT_TARGETS := \
Colin Cross70ce9762018-04-11 17:36:18 -070055 android-support-v7-appcompat
Alan Viverette3edfd6f2018-02-15 11:53:31 -050056
57# List of all Design transitive dependencies. Use this instead of
58# android-support-design.
59ANDROID_SUPPORT_DESIGN_TARGETS := \
Colin Cross70ce9762018-04-11 17:36:18 -070060 android-support-design
Alan Viverette3edfd6f2018-02-15 11:53:31 -050061
62# List of all Car transitive dependencies. Use this instead of
63# android-support-car.
64ANDROID_SUPPORT_CAR_TARGETS := \
Colin Cross70ce9762018-04-11 17:36:18 -070065 android-support-car
Alan Viveretteeab0ee42018-02-20 16:19:31 -050066