1# 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 := \ 20 android-support-compat 21 22# List of all Compat transitive dependencies. Use this instead of 23# android-support-media-compat. 24ANDROID_SUPPORT_MEDIA_COMPAT_TARGETS := \ 25 android-support-media-compat 26 27# List of all Core Utils transitive dependencies. Use this instead of 28# android-support-core-utils. 29ANDROID_SUPPORT_CORE_UTILS_TARGETS := \ 30 android-support-core-utils 31 32# List of all Core UI transitive dependencies. Use this instead of 33# android-support-core-ui. 34ANDROID_SUPPORT_CORE_UI_TARGETS := \ 35 android-support-core-ui 36 37# List of all Fragment transitive dependencies. Use this instead of 38# android-support-fragment. 39ANDROID_SUPPORT_FRAGMENT_TARGETS := \ 40 android-support-fragment 41 42# List of all Vector Drawable transitive dependencies. Use this instead of 43# android-support-vectordrawable. 44ANDROID_SUPPORT_VECTOR_DRAWABLE_TARGETS := \ 45 android-support-vectordrawable 46 47# List of all Animated Vector Drawable transitive dependencies. Use this 48# instead of android-support-animatedvectordrawable. 49ANDROID_SUPPORT_ANIMATED_VECTOR_DRAWABLE_TARGETS := \ 50 android-support-animatedvectordrawable 51 52# List of all App Compat transitive dependencies. Use this instead of 53# android-support-v7-appcompat. 54ANDROID_SUPPORT_V7_APPCOMPAT_TARGETS := \ 55 android-support-v7-appcompat 56 57# List of all Design transitive dependencies. Use this instead of 58# android-support-design. 59ANDROID_SUPPORT_DESIGN_TARGETS := \ 60 android-support-design 61 62# List of all Car transitive dependencies. Use this instead of 63# android-support-car. 64ANDROID_SUPPORT_CAR_TARGETS := \ 65 android-support-car 66 67