blob: 9602ab8f7ec3b1beede932945ca3c87d2e88b242 [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
159# We specify each package explicitly to glob resource files.
Chiao Cheng94b10b52012-08-17 16:59:12 -0700160LOCAL_AAPT_FLAGS := \
Eric Erfanianccca3152017-02-22 16:32:36 -0800161 --auto-add-overlay \
162 --extra-packages android.support.design \
163 --extra-packages android.support.transition \
164 --extra-packages android.support.v7.appcompat \
165 --extra-packages android.support.v7.cardview \
166 --extra-packages android.support.v7.recyclerview \
167 --extra-packages com.android.contacts.common \
168 --extra-packages com.android.dialer.app \
169 --extra-packages com.android.dialer.app.voicemail.error \
170 --extra-packages com.android.dialer.blocking \
171 --extra-packages com.android.dialer.callcomposer \
172 --extra-packages com.android.dialer.callcomposer \
173 --extra-packages com.android.dialer.callcomposer.camera \
174 --extra-packages com.android.dialer.callcomposer.camera.camerafocus \
175 --extra-packages com.android.dialer.callcomposer.cameraui \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700176 --extra-packages com.android.dialer.calldetails \
177 --extra-packages com.android.dialer.calllogutils \
Eric Erfanianccca3152017-02-22 16:32:36 -0800178 --extra-packages com.android.dialer.common \
179 --extra-packages com.android.dialer.dialpadview \
180 --extra-packages com.android.dialer.interactions \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700181 --extra-packages com.android.dialer.notification \
182 --extra-packages com.android.dialer.oem \
Eric Erfanianccca3152017-02-22 16:32:36 -0800183 --extra-packages com.android.dialer.phonenumberutil \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700184 --extra-packages com.android.dialer.postcall \
Eric Erfanianccca3152017-02-22 16:32:36 -0800185 --extra-packages com.android.dialer.shortcuts \
Eric Erfaniand8046e52017-04-06 09:41:50 -0700186 --extra-packages com.android.dialer.speeddial \
Eric Erfanianccca3152017-02-22 16:32:36 -0800187 --extra-packages com.android.dialer.util \
188 --extra-packages com.android.dialer.voicemailstatus \
189 --extra-packages com.android.dialer.widget \
190 --extra-packages com.android.incallui \
191 --extra-packages com.android.incallui.answer.impl \
192 --extra-packages com.android.incallui.answer.impl.affordance \
193 --extra-packages com.android.incallui.answer.impl.affordance \
194 --extra-packages com.android.incallui.answer.impl.answermethod \
195 --extra-packages com.android.incallui.answer.impl.hint \
196 --extra-packages com.android.incallui.audioroute \
197 --extra-packages com.android.incallui.autoresizetext \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700198 --extra-packages com.android.incallui.calllocation \
199 --extra-packages com.android.incallui.calllocation.impl \
Eric Erfanianccca3152017-02-22 16:32:36 -0800200 --extra-packages com.android.incallui.commontheme \
201 --extra-packages com.android.incallui.contactgrid \
202 --extra-packages com.android.incallui.hold \
203 --extra-packages com.android.incallui.incall.impl \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700204 --extra-packages com.android.incallui.maps.impl \
Eric Erfanianccca3152017-02-22 16:32:36 -0800205 --extra-packages com.android.incallui.sessiondata \
206 --extra-packages com.android.incallui.video \
207 --extra-packages com.android.incallui.video.impl \
208 --extra-packages com.android.incallui.wifi \
209 --extra-packages com.android.phone.common \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700210 --extra-packages com.android.voicemail \
211 --extra-packages com.android.voicemail.impl \
212 --extra-packages com.android.voicemail.impl.fetch \
213 --extra-packages com.android.voicemail.impl.settings \
214 --extra-packages com.android.voicemail.settings \
Eric Erfanianccca3152017-02-22 16:32:36 -0800215 --extra-packages me.leolin.shortcutbadger
Chiao Cheng94b10b52012-08-17 16:59:12 -0700216
Chiao Cheng94b10b52012-08-17 16:59:12 -0700217LOCAL_STATIC_JAVA_LIBRARIES := \
Eric Erfanianccca3152017-02-22 16:32:36 -0800218 android-common \
219 android-support-design \
Eric Erfanian3775f562017-03-02 17:29:16 -0800220 android-support-transition \
Eric Erfanianccca3152017-02-22 16:32:36 -0800221 android-support-v13 \
222 android-support-v4 \
223 android-support-v7-appcompat \
224 android-support-v7-cardview \
225 android-support-v7-recyclerview \
226 com.android.vcard \
Eric Erfaniancdb1edf2017-03-29 10:20:40 -0700227 dialer-commons-io-target \
Eric Erfanian90508232017-03-24 09:31:16 -0700228 dialer-dagger2-target \
229 dialer-disklrucache-target \
230 dialer-gifdecoder-target \
231 dialer-glide-target \
232 dialer-guava-target \
233 dialer-javax-annotation-api-target \
234 dialer-javax-inject-target \
235 dialer-libshortcutbadger-target \
Eric Erfanianccca3152017-02-22 16:32:36 -0800236 jsr305 \
237 libphonenumber \
238 libprotobuf-java-nano \
Eric Erfaniancdb1edf2017-03-29 10:20:40 -0700239 volley \
Chiao Cheng94b10b52012-08-17 16:59:12 -0700240
Eric Erfanianccca3152017-02-22 16:32:36 -0800241LOCAL_JAVA_LIBRARIES := \
Eric Erfanian90508232017-03-24 09:31:16 -0700242 org.apache.http.legacy \
243 dialer-auto-value \
Eric Erfanianccca3152017-02-22 16:32:36 -0800244
245# Libraries needed by the compiler (JACK) to generate code.
246PROCESSOR_LIBRARIES_TARGET := \
Eric Erfanian90508232017-03-24 09:31:16 -0700247 dialer-dagger2-compiler \
Eric Erfanianccca3152017-02-22 16:32:36 -0800248 dialer-dagger2 \
249 dialer-dagger2-producers \
250 dialer-guava \
251 dialer-javax-annotation-api \
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700252 dialer-javax-inject \
Eric Erfanian90508232017-03-24 09:31:16 -0700253 dialer-auto-value \
Eric Erfanianccca3152017-02-22 16:32:36 -0800254
255# Resolve the jar paths.
256PROCESSOR_JARS := $(call java-lib-deps, $(PROCESSOR_LIBRARIES_TARGET))
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700257# Necessary for annotation processors to work correctly.
Eric Erfanianccca3152017-02-22 16:32:36 -0800258LOCAL_ADDITIONAL_DEPENDENCIES += $(PROCESSOR_JARS)
259
260LOCAL_JACK_FLAGS += --processorpath $(call normalize-path-list,$(PROCESSOR_JARS))
Eric Erfanian90508232017-03-24 09:31:16 -0700261LOCAL_JAVACFLAGS += -processorpath $(call normalize-path-list,$(PROCESSOR_JARS))
Chiao Cheng94b10b52012-08-17 16:59:12 -0700262
Eric Erfanian90508232017-03-24 09:31:16 -0700263# Proguard includes
264LOCAL_PROGUARD_FLAG_FILES := \
265 java/com/android/dialer/common/proguard.flags \
266 java/com/android/dialer/proguard/proguard_base.flags \
267 java/com/android/dialer/proguard/proguard.flags \
268 java/com/android/dialer/proguard/proguard_release.flags \
269 java/com/android/incallui/answer/impl/proguard.flags
270LOCAL_PROGUARD_ENABLED := custom optimization
Chiao Cheng94b10b52012-08-17 16:59:12 -0700271
Sailesh Nepal6a4e9d82016-02-20 15:54:49 -0800272LOCAL_SDK_VERSION := current
Eric Erfanianccca3152017-02-22 16:32:36 -0800273LOCAL_MODULE_TAGS := optional
274LOCAL_PACKAGE_NAME := Dialer
275LOCAL_CERTIFICATE := shared
276LOCAL_PRIVILEGED_MODULE := true
Chiao Cheng94b10b52012-08-17 16:59:12 -0700277include $(BUILD_PACKAGE)
278
Eric Erfanianccca3152017-02-22 16:32:36 -0800279# Cleanup local state
280BASE_DIR :=
281SRC_DIRS :=
Eric Erfaniand5e47f62017-03-15 14:41:07 -0700282EXCLUDE_FILES :=
Eric Erfanianccca3152017-02-22 16:32:36 -0800283RES_DIRS :=
284DIALER_MANIFEST_FILES :=
285PROCESSOR_LIBRARIES_TARGET :=
286PROCESSOR_JARS :=
287
288# Create references to prebuilt libraries.
289include $(CLEAR_VARS)
290
291LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
Eric Erfanian90508232017-03-24 09:31:16 -0700292 dialer-dagger2-compiler:../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/dagger-compiler-2.6$(COMMON_JAVA_PACKAGE_SUFFIX) \
293 dialer-auto-value:../../../prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/auto-value-1.3$(COMMON_JAVA_PACKAGE_SUFFIX) \
294 dialer-dagger2:../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.6/dagger-2.6$(COMMON_JAVA_PACKAGE_SUFFIX) \
295 dialer-dagger2-producers:../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.6/dagger-producers-2.6$(COMMON_JAVA_PACKAGE_SUFFIX) \
296 dialer-guava:../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/20.0/guava-20.0$(COMMON_JAVA_PACKAGE_SUFFIX) \
297 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) \
298 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 -0800299
300include $(BUILD_MULTI_PREBUILT)
301
Eric Erfanian90508232017-03-24 09:31:16 -0700302# Enumerate target prebuilts to avoid linker warnings like
303# Dialer (java:sdk) should not link to dialer-guava (java:platform)
304include $(CLEAR_VARS)
305
306LOCAL_MODULE_CLASS := JAVA_LIBRARIES
307LOCAL_MODULE := dialer-guava-target
308LOCAL_SDK_VERSION := current
309LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/20.0/guava-20.0$(COMMON_JAVA_PACKAGE_SUFFIX)
310LOCAL_UNINSTALLABLE_MODULE := true
311
312include $(BUILD_PREBUILT)
313
314include $(CLEAR_VARS)
315
316LOCAL_MODULE_CLASS := JAVA_LIBRARIES
317LOCAL_MODULE := dialer-dagger2-target
318LOCAL_SDK_VERSION := current
319LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.6/dagger-2.6$(COMMON_JAVA_PACKAGE_SUFFIX)
320LOCAL_UNINSTALLABLE_MODULE := true
321
322include $(BUILD_PREBUILT)
323
324include $(CLEAR_VARS)
325
326LOCAL_MODULE_CLASS := JAVA_LIBRARIES
327LOCAL_MODULE := dialer-disklrucache-target
328LOCAL_SDK_VERSION := current
329LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/1.0.0-SNAPSHOT/disklrucache-1.0.0-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
330LOCAL_UNINSTALLABLE_MODULE := true
331
332include $(BUILD_PREBUILT)
333
334include $(CLEAR_VARS)
335
336LOCAL_MODULE_CLASS := JAVA_LIBRARIES
337LOCAL_MODULE := dialer-gifdecoder-target
338LOCAL_SDK_VERSION := current
339LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/1.0.0-SNAPSHOT/gifdecoder-1.0.0-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
340LOCAL_UNINSTALLABLE_MODULE := true
341
342include $(BUILD_PREBUILT)
343
344include $(CLEAR_VARS)
345
346LOCAL_MODULE_CLASS := JAVA_LIBRARIES
347LOCAL_MODULE := dialer-glide-target
348LOCAL_SDK_VERSION := current
349LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/4.0.0-SNAPSHOT/glide-4.0.0-SNAPSHOT$(COMMON_JAVA_PACKAGE_SUFFIX)
350LOCAL_UNINSTALLABLE_MODULE := true
351
352include $(BUILD_PREBUILT)
353
354include $(CLEAR_VARS)
355
356LOCAL_MODULE_CLASS := JAVA_LIBRARIES
357LOCAL_MODULE := dialer-javax-annotation-api-target
358LOCAL_SDK_VERSION := current
359LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2$(COMMON_JAVA_PACKAGE_SUFFIX)
360LOCAL_UNINSTALLABLE_MODULE := true
361
362include $(BUILD_PREBUILT)
363
364include $(CLEAR_VARS)
365
366LOCAL_MODULE_CLASS := JAVA_LIBRARIES
367LOCAL_MODULE := dialer-libshortcutbadger-target
368LOCAL_SDK_VERSION := current
369LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/me/leolin/ShortcutBadger/1.1.13/ShortcutBadger-1.1.13$(COMMON_JAVA_PACKAGE_SUFFIX)
370LOCAL_UNINSTALLABLE_MODULE := true
371
372include $(BUILD_PREBUILT)
373
374include $(CLEAR_VARS)
375
376LOCAL_MODULE_CLASS := JAVA_LIBRARIES
377LOCAL_MODULE := dialer-javax-inject-target
378LOCAL_SDK_VERSION := current
379LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1$(COMMON_JAVA_PACKAGE_SUFFIX)
380LOCAL_UNINSTALLABLE_MODULE := true
381
382include $(BUILD_PREBUILT)
383
Eric Erfanianccca3152017-02-22 16:32:36 -0800384include $(CLEAR_VARS)
Eric Erfaniancdb1edf2017-03-29 10:20:40 -0700385
386include $(CLEAR_VARS)
387
388LOCAL_MODULE_CLASS := JAVA_LIBRARIES
389LOCAL_MODULE := dialer-commons-io-target
390LOCAL_SDK_VERSION := current
391LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4$(COMMON_JAVA_PACKAGE_SUFFIX)
392LOCAL_UNINSTALLABLE_MODULE := true
393
394include $(BUILD_PREBUILT)
395
396include $(CLEAR_VARS)