xref: /aosp_15_r20/prebuilts/sdk/current/definitions.mk (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1*344a7f5eSAndroid Build Coastguard Worker#
2*344a7f5eSAndroid Build Coastguard Worker# Copyright (C) 2018 The Android Open Source Project
3*344a7f5eSAndroid Build Coastguard Worker#
4*344a7f5eSAndroid Build Coastguard Worker# Licensed under the Apache License, Version 2.0 (the "License");
5*344a7f5eSAndroid Build Coastguard Worker# you may not use this file except in compliance with the License.
6*344a7f5eSAndroid Build Coastguard Worker# You may obtain a copy of the License at
7*344a7f5eSAndroid Build Coastguard Worker#
8*344a7f5eSAndroid Build Coastguard Worker#      http://www.apache.org/licenses/LICENSE-2.0
9*344a7f5eSAndroid Build Coastguard Worker#
10*344a7f5eSAndroid Build Coastguard Worker# Unless required by applicable law or agreed to in writing, software
11*344a7f5eSAndroid Build Coastguard Worker# distributed under the License is distributed on an "AS IS" BASIS,
12*344a7f5eSAndroid Build Coastguard Worker# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*344a7f5eSAndroid Build Coastguard Worker# See the License for the specific language governing permissions and
14*344a7f5eSAndroid Build Coastguard Worker# limitations under the License.
15*344a7f5eSAndroid Build Coastguard Worker#
16*344a7f5eSAndroid Build Coastguard Worker
17*344a7f5eSAndroid Build Coastguard Worker# List of all Compat transitive dependencies. Use this instead of
18*344a7f5eSAndroid Build Coastguard Worker# android-support-compat.
19*344a7f5eSAndroid Build Coastguard WorkerANDROID_SUPPORT_COMPAT_TARGETS := \
20*344a7f5eSAndroid Build Coastguard Worker  android-support-compat
21*344a7f5eSAndroid Build Coastguard Worker
22*344a7f5eSAndroid Build Coastguard Worker# List of all Compat transitive dependencies. Use this instead of
23*344a7f5eSAndroid Build Coastguard Worker# android-support-media-compat.
24*344a7f5eSAndroid Build Coastguard WorkerANDROID_SUPPORT_MEDIA_COMPAT_TARGETS := \
25*344a7f5eSAndroid Build Coastguard Worker  android-support-media-compat
26*344a7f5eSAndroid Build Coastguard Worker
27*344a7f5eSAndroid Build Coastguard Worker# List of all Core Utils transitive dependencies. Use this instead of
28*344a7f5eSAndroid Build Coastguard Worker# android-support-core-utils.
29*344a7f5eSAndroid Build Coastguard WorkerANDROID_SUPPORT_CORE_UTILS_TARGETS := \
30*344a7f5eSAndroid Build Coastguard Worker  android-support-core-utils
31*344a7f5eSAndroid Build Coastguard Worker
32*344a7f5eSAndroid Build Coastguard Worker# List of all Core UI transitive dependencies. Use this instead of
33*344a7f5eSAndroid Build Coastguard Worker# android-support-core-ui.
34*344a7f5eSAndroid Build Coastguard WorkerANDROID_SUPPORT_CORE_UI_TARGETS := \
35*344a7f5eSAndroid Build Coastguard Worker  android-support-core-ui
36*344a7f5eSAndroid Build Coastguard Worker
37*344a7f5eSAndroid Build Coastguard Worker# List of all Fragment transitive dependencies. Use this instead of
38*344a7f5eSAndroid Build Coastguard Worker# android-support-fragment.
39*344a7f5eSAndroid Build Coastguard WorkerANDROID_SUPPORT_FRAGMENT_TARGETS := \
40*344a7f5eSAndroid Build Coastguard Worker  android-support-fragment
41*344a7f5eSAndroid Build Coastguard Worker
42*344a7f5eSAndroid Build Coastguard Worker# List of all Vector Drawable transitive dependencies. Use this instead of
43*344a7f5eSAndroid Build Coastguard Worker# android-support-vectordrawable.
44*344a7f5eSAndroid Build Coastguard WorkerANDROID_SUPPORT_VECTOR_DRAWABLE_TARGETS := \
45*344a7f5eSAndroid Build Coastguard Worker    android-support-vectordrawable
46*344a7f5eSAndroid Build Coastguard Worker
47*344a7f5eSAndroid Build Coastguard Worker# List of all Animated Vector Drawable transitive dependencies. Use this
48*344a7f5eSAndroid Build Coastguard Worker# instead of android-support-animatedvectordrawable.
49*344a7f5eSAndroid Build Coastguard WorkerANDROID_SUPPORT_ANIMATED_VECTOR_DRAWABLE_TARGETS := \
50*344a7f5eSAndroid Build Coastguard Worker    android-support-animatedvectordrawable
51*344a7f5eSAndroid Build Coastguard Worker
52*344a7f5eSAndroid Build Coastguard Worker# List of all App Compat transitive dependencies. Use this instead of
53*344a7f5eSAndroid Build Coastguard Worker# android-support-v7-appcompat.
54*344a7f5eSAndroid Build Coastguard WorkerANDROID_SUPPORT_V7_APPCOMPAT_TARGETS := \
55*344a7f5eSAndroid Build Coastguard Worker    android-support-v7-appcompat
56*344a7f5eSAndroid Build Coastguard Worker
57*344a7f5eSAndroid Build Coastguard Worker# List of all Design transitive dependencies. Use this instead of
58*344a7f5eSAndroid Build Coastguard Worker# android-support-design.
59*344a7f5eSAndroid Build Coastguard WorkerANDROID_SUPPORT_DESIGN_TARGETS := \
60*344a7f5eSAndroid Build Coastguard Worker    android-support-design
61*344a7f5eSAndroid Build Coastguard Worker
62*344a7f5eSAndroid Build Coastguard Worker# List of all Car transitive dependencies. Use this instead of
63*344a7f5eSAndroid Build Coastguard Worker# android-support-car.
64*344a7f5eSAndroid Build Coastguard WorkerANDROID_SUPPORT_CAR_TARGETS := \
65*344a7f5eSAndroid Build Coastguard Worker    android-support-car
66*344a7f5eSAndroid Build Coastguard Worker
67