blob: c753cfefd6757dd115e1414a43a01a81c7c905fb [file] [log] [blame]
Eric Erfanianccca3152017-02-22 16:32:36 -08001# Local modifications:
Eric Erfanian9a090c82017-03-16 19:22:24 -07002# * b/31757757 Precompiled proto classes have been included.
Eric Erfanian9a090c82017-03-16 19:22:24 -07003# * removed com.google.android.backup.api_key. This should be added to
4# the manifest in the top level directory.
5# * removed com.google.android.geo.API_KEY key. This should be added to
6# the manifest files in java/com/android/incallui/calllocation/impl/
7# and /java/com/android/incallui/maps/impl/
8# * b/35391680 apache temporarily included in the top level directory.
Chiao Cheng94b10b52012-08-17 16:59:12 -07009LOCAL_PATH:= $(call my-dir)
10include $(CLEAR_VARS)
11
Yorke Leea20df312015-10-30 12:22:20 -070012ifeq ($(TARGET_BUILD_APPS),)
13support_library_root_dir := frameworks/support
14else
15support_library_root_dir := prebuilts/sdk/current/support
16endif
17
Eric Erfanianccca3152017-02-22 16:32:36 -080018# The base directory for Dialer sources.
19BASE_DIR := java/com/android
Jay Shrauner0f68a712014-07-16 16:13:57 -070020
Eric Erfanianccca3152017-02-22 16:32:36 -080021# Primary dialer module sources.
22SRC_DIRS := \
Eric Erfaniand5e47f62017-03-15 14:41:07 -070023 apache \
Eric Erfanianccca3152017-02-22 16:32:36 -080024 $(BASE_DIR)/contacts/common \
25 $(BASE_DIR)/dialer \
26 $(BASE_DIR)/incallui \
Eric Erfaniand5e47f62017-03-15 14:41:07 -070027 $(BASE_DIR)/voicemail
28
29# Exclude files incompatible with AOSP.
30EXCLUDE_FILES := \
Eric Erfaniand5e47f62017-03-15 14:41:07 -070031 $(BASE_DIR)/incallui/calllocation/impl/AuthException.java \
32 $(BASE_DIR)/incallui/calllocation/impl/CallLocationImpl.java \
33 $(BASE_DIR)/incallui/calllocation/impl/CallLocationModule.java \
34 $(BASE_DIR)/incallui/calllocation/impl/DownloadMapImageTask.java \
35 $(BASE_DIR)/incallui/calllocation/impl/GoogleLocationSettingHelper.java \
36 $(BASE_DIR)/incallui/calllocation/impl/HttpFetcher.java \
37 $(BASE_DIR)/incallui/calllocation/impl/LocationFragment.java \
38 $(BASE_DIR)/incallui/calllocation/impl/LocationHelper.java \
39 $(BASE_DIR)/incallui/calllocation/impl/LocationPresenter.java \
40 $(BASE_DIR)/incallui/calllocation/impl/LocationUrlBuilder.java \
41 $(BASE_DIR)/incallui/calllocation/impl/ReverseGeocodeTask.java \
42 $(BASE_DIR)/incallui/calllocation/impl/TrafficStatsTags.java \
43 $(BASE_DIR)/incallui/maps/impl/MapsImpl.java \
44 $(BASE_DIR)/incallui/maps/impl/MapsModule.java \
45 $(BASE_DIR)/incallui/maps/impl/StaticMapFragment.java
Chiao Cheng94b10b52012-08-17 16:59:12 -070046
Eric Erfanianccca3152017-02-22 16:32:36 -080047# All Dialers resources.
48# find . -type d -name "res" | uniq | sort
49RES_DIRS := \
50 assets/product/res \
51 assets/quantum/res \
52 $(BASE_DIR)/contacts/common/res \
53 $(BASE_DIR)/dialer/app/res \
54 $(BASE_DIR)/dialer/app/voicemail/error/res \
55 $(BASE_DIR)/dialer/blocking/res \
56 $(BASE_DIR)/dialer/callcomposer/camera/camerafocus/res \
57 $(BASE_DIR)/dialer/callcomposer/cameraui/res \
58 $(BASE_DIR)/dialer/callcomposer/res \
Eric Erfaniand5e47f62017-03-15 14:41:07 -070059 $(BASE_DIR)/dialer/calldetails/res \
60 $(BASE_DIR)/dialer/calllogutils/res \
Eric Erfanianccca3152017-02-22 16:32:36 -080061 $(BASE_DIR)/dialer/common/res \
62 $(BASE_DIR)/dialer/dialpadview/res \
63 $(BASE_DIR)/dialer/interactions/res \
Eric Erfaniand5e47f62017-03-15 14:41:07 -070064 $(BASE_DIR)/dialer/notification/res \
65 $(BASE_DIR)/dialer/oem/res \
Eric Erfanianccca3152017-02-22 16:32:36 -080066 $(BASE_DIR)/dialer/phonenumberutil/res \
Eric Erfaniand5e47f62017-03-15 14:41:07 -070067 $(BASE_DIR)/dialer/postcall/res \
Eric Erfanianccca3152017-02-22 16:32:36 -080068 $(BASE_DIR)/dialer/shortcuts/res \
Eric Erfaniand8046e52017-04-06 09:41:50 -070069 $(BASE_DIR)/dialer/speeddial/res \
Eric Erfanianccca3152017-02-22 16:32:36 -080070 $(BASE_DIR)/dialer/theme/res \
71 $(BASE_DIR)/dialer/util/res \
72 $(BASE_DIR)/dialer/voicemailstatus/res \
73 $(BASE_DIR)/dialer/widget/res \
74 $(BASE_DIR)/incallui/answer/impl/affordance/res \
75 $(BASE_DIR)/incallui/answer/impl/answermethod/res \
76 $(BASE_DIR)/incallui/answer/impl/hint/res \
77 $(BASE_DIR)/incallui/answer/impl/res \
78 $(BASE_DIR)/incallui/audioroute/res \
79 $(BASE_DIR)/incallui/autoresizetext/res \
Eric Erfaniand5e47f62017-03-15 14:41:07 -070080 $(BASE_DIR)/incallui/calllocation/impl/res \
Eric Erfanianccca3152017-02-22 16:32:36 -080081 $(BASE_DIR)/incallui/commontheme/res \
82 $(BASE_DIR)/incallui/contactgrid/res \
83 $(BASE_DIR)/incallui/hold/res \
84 $(BASE_DIR)/incallui/incall/impl/res \
85 $(BASE_DIR)/incallui/res \
86 $(BASE_DIR)/incallui/sessiondata/res \
87 $(BASE_DIR)/incallui/video/impl/res \
Eric Erfaniand8046e52017-04-06 09:41:50 -070088 $(BASE_DIR)/incallui/video/protocol/res \
Eric Erfanianccca3152017-02-22 16:32:36 -080089 $(BASE_DIR)/incallui/wifi/res \
Eric Erfaniand5e47f62017-03-15 14:41:07 -070090 $(BASE_DIR)/voicemail/impl/res
91
Ta-wei Yen90a13e92016-01-11 13:00:53 -080092
Eric Erfanianccca3152017-02-22 16:32:36 -080093# Dialer manifest files to merge.
94# find . -type f -name "AndroidManifest.xml" | uniq | sort
95DIALER_MANIFEST_FILES += \
96 $(BASE_DIR)/contacts/common/AndroidManifest.xml \
97 $(BASE_DIR)/dialer/app/AndroidManifest.xml \
98 $(BASE_DIR)/dialer/app/manifests/activities/AndroidManifest.xml \
99 $(BASE_DIR)/dialer/app/voicemail/error/AndroidManifest.xml \
100 $(BASE_DIR)/dialer/backup/AndroidManifest.xml \
101 $(BASE_DIR)/dialer/blocking/AndroidManifest.xml \
102 $(BASE_DIR)/dialer/callcomposer/AndroidManifest.xml \
103 $(BASE_DIR)/dialer/callcomposer/camera/AndroidManifest.xml \
104 $(BASE_DIR)/dialer/callcomposer/camera/camerafocus/AndroidManifest.xml \
105 $(BASE_DIR)/dialer/callcomposer/cameraui/AndroidManifest.xml \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700106 $(BASE_DIR)/dialer/calldetails/AndroidManifest.xml \
107 $(BASE_DIR)/dialer/calllogutils/AndroidManifest.xml \
Eric Erfanianccca3152017-02-22 16:32:36 -0800108 $(BASE_DIR)/dialer/common/AndroidManifest.xml \
Eric Erfanianccca3152017-02-22 16:32:36 -0800109 $(BASE_DIR)/dialer/dialpadview/AndroidManifest.xml \
110 $(BASE_DIR)/dialer/interactions/AndroidManifest.xml \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700111 $(BASE_DIR)/dialer/notification/AndroidManifest.xml \
112 $(BASE_DIR)/dialer/oem/AndroidManifest.xml \
Eric Erfanianccca3152017-02-22 16:32:36 -0800113 $(BASE_DIR)/dialer/phonenumberutil/AndroidManifest.xml \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700114 $(BASE_DIR)/dialer/postcall/AndroidManifest.xml \
Eric Erfanianccca3152017-02-22 16:32:36 -0800115 $(BASE_DIR)/dialer/shortcuts/AndroidManifest.xml \
116 $(BASE_DIR)/dialer/simulator/impl/AndroidManifest.xml \
Eric Erfaniand8046e52017-04-06 09:41:50 -0700117 $(BASE_DIR)/dialer/speeddial/AndroidManifest.xml \
Eric Erfanianccca3152017-02-22 16:32:36 -0800118 $(BASE_DIR)/dialer/theme/AndroidManifest.xml \
119 $(BASE_DIR)/dialer/util/AndroidManifest.xml \
120 $(BASE_DIR)/dialer/voicemailstatus/AndroidManifest.xml \
121 $(BASE_DIR)/dialer/widget/AndroidManifest.xml \
122 $(BASE_DIR)/incallui/AndroidManifest.xml \
123 $(BASE_DIR)/incallui/answer/impl/affordance/AndroidManifest.xml \
124 $(BASE_DIR)/incallui/answer/impl/AndroidManifest.xml \
125 $(BASE_DIR)/incallui/answer/impl/answermethod/AndroidManifest.xml \
126 $(BASE_DIR)/incallui/answer/impl/hint/AndroidManifest.xml \
127 $(BASE_DIR)/incallui/audioroute/AndroidManifest.xml \
128 $(BASE_DIR)/incallui/autoresizetext/AndroidManifest.xml \
129 $(BASE_DIR)/incallui/commontheme/AndroidManifest.xml \
130 $(BASE_DIR)/incallui/contactgrid/AndroidManifest.xml \
131 $(BASE_DIR)/incallui/hold/AndroidManifest.xml \
132 $(BASE_DIR)/incallui/incall/impl/AndroidManifest.xml \
133 $(BASE_DIR)/incallui/sessiondata/AndroidManifest.xml \
134 $(BASE_DIR)/incallui/video/impl/AndroidManifest.xml \
Eric Erfaniand8046e52017-04-06 09:41:50 -0700135 $(BASE_DIR)/incallui/video/protocol/AndroidManifest.xml \
Eric Erfanianccca3152017-02-22 16:32:36 -0800136 $(BASE_DIR)/incallui/wifi/AndroidManifest.xml \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700137 $(BASE_DIR)/voicemail/impl/AndroidManifest.xml
138
Chiao Cheng94b10b52012-08-17 16:59:12 -0700139
Eric Erfanianccca3152017-02-22 16:32:36 -0800140# Merge all manifest files.
141LOCAL_FULL_LIBS_MANIFEST_FILES := \
142 $(addprefix $(LOCAL_PATH)/, $(DIALER_MANIFEST_FILES))
143LOCAL_SRC_FILES := $(call all-java-files-under, $(SRC_DIRS))
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700144LOCAL_SRC_FILES := $(filter-out $(EXCLUDE_FILES),$(LOCAL_SRC_FILES))
Eric Erfanian90508232017-03-24 09:31:16 -0700145# Native protobuf compilation disabled b/36564333
Eric Erfanian8cc9ca12017-03-22 15:15:18 -0700146# Include protocol buffers and use the nano compiler.
Eric Erfanian90508232017-03-24 09:31:16 -0700147# LOCAL_SRC_FILES += $(call all-proto-files-under, $(SRC_DIRS))
148# LOCAL_PROTOC_OPTIMIZE_TYPE := nano
149# LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)
150# LOCAL_PROTO_JAVA_OUTPUT_PARAMS := enum_style=java,generate_clear=true,store_unknown_fields=true,generate_equals=true
Eric Erfanianccca3152017-02-22 16:32:36 -0800151LOCAL_RESOURCE_DIR := \
152 $(addprefix $(LOCAL_PATH)/, $(RES_DIRS)) \
153 $(support_library_root_dir)/design/res \
Eric Erfanian90508232017-03-24 09:31:16 -0700154 $(support_library_root_dir)/transition/res \
Eric Erfanianccca3152017-02-22 16:32:36 -0800155 $(support_library_root_dir)/v7/appcompat/res \
156 $(support_library_root_dir)/v7/cardview/res \
157 $(support_library_root_dir)/v7/recyclerview/res
158
Alan Viveretteb5870be2017-04-26 11:15:10 -0400159LOCAL_USE_AAPT2 := true
160
Eric Erfanianccca3152017-02-22 16:32:36 -0800161# We specify each package explicitly to glob resource files.
Chiao Cheng94b10b52012-08-17 16:59:12 -0700162LOCAL_AAPT_FLAGS := \
Eric Erfanianccca3152017-02-22 16:32:36 -0800163 --auto-add-overlay \
Eric Erfanianccca3152017-02-22 16:32:36 -0800164 --extra-packages com.android.contacts.common \
165 --extra-packages com.android.dialer.app \
166 --extra-packages com.android.dialer.app.voicemail.error \
167 --extra-packages com.android.dialer.blocking \
168 --extra-packages com.android.dialer.callcomposer \
169 --extra-packages com.android.dialer.callcomposer \
170 --extra-packages com.android.dialer.callcomposer.camera \
171 --extra-packages com.android.dialer.callcomposer.camera.camerafocus \
172 --extra-packages com.android.dialer.callcomposer.cameraui \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700173 --extra-packages com.android.dialer.calldetails \
174 --extra-packages com.android.dialer.calllogutils \
Eric Erfanianccca3152017-02-22 16:32:36 -0800175 --extra-packages com.android.dialer.common \
176 --extra-packages com.android.dialer.dialpadview \
177 --extra-packages com.android.dialer.interactions \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700178 --extra-packages com.android.dialer.notification \
179 --extra-packages com.android.dialer.oem \
Eric Erfanianccca3152017-02-22 16:32:36 -0800180 --extra-packages com.android.dialer.phonenumberutil \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700181 --extra-packages com.android.dialer.postcall \
Eric Erfanianccca3152017-02-22 16:32:36 -0800182 --extra-packages com.android.dialer.shortcuts \
Eric Erfaniand8046e52017-04-06 09:41:50 -0700183 --extra-packages com.android.dialer.speeddial \
Eric Erfanianccca3152017-02-22 16:32:36 -0800184 --extra-packages com.android.dialer.util \
185 --extra-packages com.android.dialer.voicemailstatus \
186 --extra-packages com.android.dialer.widget \
187 --extra-packages com.android.incallui \
188 --extra-packages com.android.incallui.answer.impl \
189 --extra-packages com.android.incallui.answer.impl.affordance \
190 --extra-packages com.android.incallui.answer.impl.affordance \
191 --extra-packages com.android.incallui.answer.impl.answermethod \
192 --extra-packages com.android.incallui.answer.impl.hint \
193 --extra-packages com.android.incallui.audioroute \
194 --extra-packages com.android.incallui.autoresizetext \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700195 --extra-packages com.android.incallui.calllocation \
196 --extra-packages com.android.incallui.calllocation.impl \
Eric Erfanianccca3152017-02-22 16:32:36 -0800197 --extra-packages com.android.incallui.commontheme \
198 --extra-packages com.android.incallui.contactgrid \
199 --extra-packages com.android.incallui.hold \
200 --extra-packages com.android.incallui.incall.impl \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700201 --extra-packages com.android.incallui.maps.impl \
Eric Erfanianccca3152017-02-22 16:32:36 -0800202 --extra-packages com.android.incallui.sessiondata \
203 --extra-packages com.android.incallui.video \
204 --extra-packages com.android.incallui.video.impl \
205 --extra-packages com.android.incallui.wifi \
206 --extra-packages com.android.phone.common \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700207 --extra-packages com.android.voicemail \
208 --extra-packages com.android.voicemail.impl \
209 --extra-packages com.android.voicemail.impl.fetch \
210 --extra-packages com.android.voicemail.impl.settings \
211 --extra-packages com.android.voicemail.settings \
Eric Erfanianccca3152017-02-22 16:32:36 -0800212 --extra-packages me.leolin.shortcutbadger
Chiao Cheng94b10b52012-08-17 16:59:12 -0700213
Chiao Cheng94b10b52012-08-17 16:59:12 -0700214LOCAL_STATIC_JAVA_LIBRARIES := \
Eric Erfanianccca3152017-02-22 16:32:36 -0800215 android-common \
Eric Erfanianccca3152017-02-22 16:32:36 -0800216 com.android.vcard \
Eric Erfaniancdb1edf2017-03-29 10:20:40 -0700217 dialer-commons-io-target \
Eric Erfanian90508232017-03-24 09:31:16 -0700218 dialer-dagger2-target \
219 dialer-disklrucache-target \
220 dialer-gifdecoder-target \
221 dialer-glide-target \
222 dialer-guava-target \
223 dialer-javax-annotation-api-target \
224 dialer-javax-inject-target \
225 dialer-libshortcutbadger-target \
Eric Erfanianccca3152017-02-22 16:32:36 -0800226 jsr305 \
227 libphonenumber \
228 libprotobuf-java-nano \
Eric Erfaniancdb1edf2017-03-29 10:20:40 -0700229 volley \
Chiao Cheng94b10b52012-08-17 16:59:12 -0700230
Alan Viveretteb5870be2017-04-26 11:15:10 -0400231LOCAL_STATIC_ANDROID_LIBRARIES := \
232 android-support-design \
233 android-support-transition \
234 android-support-v13 \
235 android-support-v4 \
236 android-support-v7-appcompat \
237 android-support-v7-cardview \
238 android-support-v7-recyclerview \
239
Eric Erfanianccca3152017-02-22 16:32:36 -0800240LOCAL_JAVA_LIBRARIES := \
Eric Erfanian90508232017-03-24 09:31:16 -0700241 org.apache.http.legacy \
242 dialer-auto-value \
Eric Erfanianccca3152017-02-22 16:32:36 -0800243
244# Libraries needed by the compiler (JACK) to generate code.
245PROCESSOR_LIBRARIES_TARGET := \
Eric Erfanian90508232017-03-24 09:31:16 -0700246 dialer-dagger2-compiler \
Eric Erfanianccca3152017-02-22 16:32:36 -0800247 dialer-dagger2 \
248 dialer-dagger2-producers \
249 dialer-guava \
250 dialer-javax-annotation-api \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700251 dialer-javax-inject \
Eric Erfanian90508232017-03-24 09:31:16 -0700252 dialer-auto-value \
Eric Erfanianccca3152017-02-22 16:32:36 -0800253
254# Resolve the jar paths.
255PROCESSOR_JARS := $(call java-lib-deps, $(PROCESSOR_LIBRARIES_TARGET))
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700256# Necessary for annotation processors to work correctly.
Eric Erfanianccca3152017-02-22 16:32:36 -0800257LOCAL_ADDITIONAL_DEPENDENCIES += $(PROCESSOR_JARS)
258
259LOCAL_JACK_FLAGS += --processorpath $(call normalize-path-list,$(PROCESSOR_JARS))
Eric Erfanian90508232017-03-24 09:31:16 -0700260LOCAL_JAVACFLAGS += -processorpath $(call normalize-path-list,$(PROCESSOR_JARS))
Chiao Cheng94b10b52012-08-17 16:59:12 -0700261
Eric Erfanian90508232017-03-24 09:31:16 -0700262# Proguard includes
263LOCAL_PROGUARD_FLAG_FILES := \
264 java/com/android/dialer/common/proguard.flags \
265 java/com/android/dialer/proguard/proguard_base.flags \
266 java/com/android/dialer/proguard/proguard.flags \
267 java/com/android/dialer/proguard/proguard_release.flags \
268 java/com/android/incallui/answer/impl/proguard.flags
Colin Crossf939e092017-04-05 22:13:40 -0700269LOCAL_PROGUARD_ENABLED := custom
270
271ifdef LOCAL_JACK_ENABLED
272# Bug: 37077388
273LOCAL_PROGUARD_ENABLED += optimization
274endif
Chiao Cheng94b10b52012-08-17 16:59:12 -0700275
Ta-wei Yen6640e552017-04-21 15:33:24 -0700276LOCAL_SDK_VERSION := system_current
Eric Erfanianccca3152017-02-22 16:32:36 -0800277LOCAL_MODULE_TAGS := optional
278LOCAL_PACKAGE_NAME := Dialer
279LOCAL_CERTIFICATE := shared
280LOCAL_PRIVILEGED_MODULE := true
Chiao Cheng94b10b52012-08-17 16:59:12 -0700281include $(BUILD_PACKAGE)
282
Eric Erfanianccca3152017-02-22 16:32:36 -0800283# Cleanup local state
284BASE_DIR :=
285SRC_DIRS :=
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700286EXCLUDE_FILES :=
Eric Erfanianccca3152017-02-22 16:32:36 -0800287RES_DIRS :=
288DIALER_MANIFEST_FILES :=
289PROCESSOR_LIBRARIES_TARGET :=
290PROCESSOR_JARS :=
291
292# Create references to prebuilt libraries.
293include $(CLEAR_VARS)
294
295LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
Eric Erfanian90508232017-03-24 09:31:16 -0700296 dialer-dagger2-compiler:../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/dagger-compiler-2.6$(COMMON_JAVA_PACKAGE_SUFFIX) \
297 dialer-auto-value:../../../prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/auto-value-1.3$(COMMON_JAVA_PACKAGE_SUFFIX) \
298 dialer-dagger2:../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.6/dagger-2.6$(COMMON_JAVA_PACKAGE_SUFFIX) \
299 dialer-dagger2-producers:../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.6/dagger-producers-2.6$(COMMON_JAVA_PACKAGE_SUFFIX) \
300 dialer-guava:../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/20.0/guava-20.0$(COMMON_JAVA_PACKAGE_SUFFIX) \
301 dialer-javax-annotation-api:../../../prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2$(COMMON_JAVA_PACKAGE_SUFFIX) \
302 dialer-javax-inject:../../../prebuilts/tools/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1$(COMMON_JAVA_PACKAGE_SUFFIX)
Eric Erfanianccca3152017-02-22 16:32:36 -0800303
304include $(BUILD_MULTI_PREBUILT)
305
Eric Erfanian90508232017-03-24 09:31:16 -0700306# Enumerate target prebuilts to avoid linker warnings like
307# Dialer (java:sdk) should not link to dialer-guava (java:platform)
308include $(CLEAR_VARS)
309
310LOCAL_MODULE_CLASS := JAVA_LIBRARIES
311LOCAL_MODULE := dialer-guava-target
312LOCAL_SDK_VERSION := current
313LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/20.0/guava-20.0$(COMMON_JAVA_PACKAGE_SUFFIX)
314LOCAL_UNINSTALLABLE_MODULE := true
315
316include $(BUILD_PREBUILT)
317
318include $(CLEAR_VARS)
319
320LOCAL_MODULE_CLASS := JAVA_LIBRARIES
321LOCAL_MODULE := dialer-dagger2-target
322LOCAL_SDK_VERSION := current
323LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.6/dagger-2.6$(COMMON_JAVA_PACKAGE_SUFFIX)
324LOCAL_UNINSTALLABLE_MODULE := true
325
326include $(BUILD_PREBUILT)
327
328include $(CLEAR_VARS)
329
330LOCAL_MODULE_CLASS := JAVA_LIBRARIES
331LOCAL_MODULE := dialer-disklrucache-target
332LOCAL_SDK_VERSION := current
333LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/1.0.0-SNAPSHOT/disklrucache-1.0.0-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
334LOCAL_UNINSTALLABLE_MODULE := true
335
336include $(BUILD_PREBUILT)
337
338include $(CLEAR_VARS)
339
340LOCAL_MODULE_CLASS := JAVA_LIBRARIES
341LOCAL_MODULE := dialer-gifdecoder-target
342LOCAL_SDK_VERSION := current
343LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/1.0.0-SNAPSHOT/gifdecoder-1.0.0-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
344LOCAL_UNINSTALLABLE_MODULE := true
345
346include $(BUILD_PREBUILT)
347
348include $(CLEAR_VARS)
349
350LOCAL_MODULE_CLASS := JAVA_LIBRARIES
351LOCAL_MODULE := dialer-glide-target
352LOCAL_SDK_VERSION := current
353LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/4.0.0-SNAPSHOT/glide-4.0.0-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
354LOCAL_UNINSTALLABLE_MODULE := true
355
356include $(BUILD_PREBUILT)
357
358include $(CLEAR_VARS)
359
360LOCAL_MODULE_CLASS := JAVA_LIBRARIES
361LOCAL_MODULE := dialer-javax-annotation-api-target
362LOCAL_SDK_VERSION := current
363LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2$(COMMON_JAVA_PACKAGE_SUFFIX)
364LOCAL_UNINSTALLABLE_MODULE := true
365
366include $(BUILD_PREBUILT)
367
368include $(CLEAR_VARS)
369
370LOCAL_MODULE_CLASS := JAVA_LIBRARIES
371LOCAL_MODULE := dialer-libshortcutbadger-target
372LOCAL_SDK_VERSION := current
373LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/me/leolin/ShortcutBadger/1.1.13/ShortcutBadger-1.1.13$(COMMON_JAVA_PACKAGE_SUFFIX)
374LOCAL_UNINSTALLABLE_MODULE := true
375
376include $(BUILD_PREBUILT)
377
378include $(CLEAR_VARS)
379
380LOCAL_MODULE_CLASS := JAVA_LIBRARIES
381LOCAL_MODULE := dialer-javax-inject-target
382LOCAL_SDK_VERSION := current
383LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1$(COMMON_JAVA_PACKAGE_SUFFIX)
384LOCAL_UNINSTALLABLE_MODULE := true
385
386include $(BUILD_PREBUILT)
387
Eric Erfanianccca3152017-02-22 16:32:36 -0800388include $(CLEAR_VARS)
Eric Erfaniancdb1edf2017-03-29 10:20:40 -0700389
390include $(CLEAR_VARS)
391
392LOCAL_MODULE_CLASS := JAVA_LIBRARIES
393LOCAL_MODULE := dialer-commons-io-target
394LOCAL_SDK_VERSION := current
395LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4$(COMMON_JAVA_PACKAGE_SUFFIX)
396LOCAL_UNINSTALLABLE_MODULE := true
397
398include $(BUILD_PREBUILT)
399
400include $(CLEAR_VARS)