• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
17include $(CLEAR_VARS)
18
19LOCAL_MODULE_CLASS := JAVA_LIBRARIES
20LOCAL_MODULE := car-glide-disklrucache
21LOCAL_SDK_VERSION := current
22LOCAL_SRC_FILES := ../../../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
23LOCAL_NOTICE_FILE := prebuilts/maven_repo/bumptech/LICENSE
24LOCAL_JETIFIER_ENABLED := true
25LOCAL_UNINSTALLABLE_MODULE := true
26
27include $(BUILD_PREBUILT)
28
29include $(CLEAR_VARS)
30
31LOCAL_MODULE_CLASS := JAVA_LIBRARIES
32LOCAL_MODULE := car-gifdecoder
33LOCAL_SDK_VERSION := current
34LOCAL_SRC_FILES := ../../../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
35LOCAL_NOTICE_FILE := prebuilts/maven_repo/bumptech/LICENSE
36LOCAL_JETIFIER_ENABLED := true
37LOCAL_UNINSTALLABLE_MODULE := true
38
39include $(BUILD_PREBUILT)
40
41include $(CLEAR_VARS)
42
43LOCAL_MODULE_CLASS := JAVA_LIBRARIES
44LOCAL_MODULE := car-glide
45LOCAL_SDK_VERSION := current
46LOCAL_SRC_FILES := ../../../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
47LOCAL_NOTICE_FILE := prebuilts/maven_repo/bumptech/LICENSE
48LOCAL_JETIFIER_ENABLED := true
49LOCAL_UNINSTALLABLE_MODULE := true
50
51include $(BUILD_PREBUILT)