Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 1 | # Local modifications: |
Eric Erfanian | 9a090c8 | 2017-03-16 19:22:24 -0700 | [diff] [blame] | 2 | # * removed com.google.android.geo.API_KEY key. This should be added to |
| 3 | # the manifest files in java/com/android/incallui/calllocation/impl/ |
| 4 | # and /java/com/android/incallui/maps/impl/ |
Eric Erfanian | 3bb9641 | 2017-06-22 10:19:53 -0700 | [diff] [blame] | 5 | # * b/62417801 modify translation string naming convention: |
| 6 | # $ find . -type d | grep 262 | rename 's/(values)\-([a-zA-Z\+\-]+)\-(mcc262-mnc01)/$1-$3-$2/' |
Eric Erfanian | 3bb9641 | 2017-06-22 10:19:53 -0700 | [diff] [blame] | 7 | # * b/37077388 temporarily disable proguard with javac |
Eric Erfanian | 939cdf0 | 2017-08-29 08:49:58 -0700 | [diff] [blame] | 8 | # * b/62875795 include manually generated GRPC service class: |
| 9 | # $ protoc --plugin=protoc-gen-grpc-java=prebuilts/tools/common/m2/repository/io/grpc/protoc-gen-grpc-java/1.0.3/protoc-gen-grpc-java-1.0.3-linux-x86_64.exe \ |
| 10 | # --grpc-java_out=lite:"packages/apps/Dialer/java/com/android/voicemail/impl/" \ |
| 11 | # --proto_path="packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/" "packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto" |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 12 | LOCAL_PATH:= $(call my-dir) |
| 13 | include $(CLEAR_VARS) |
| 14 | |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 15 | # The base directory for Dialer sources. |
| 16 | BASE_DIR := java/com/android |
Jay Shrauner | 0f68a71 | 2014-07-16 16:13:57 -0700 | [diff] [blame] | 17 | |
Eric Erfanian | d5e47f6 | 2017-03-15 14:41:07 -0700 | [diff] [blame] | 18 | # Exclude files incompatible with AOSP. |
| 19 | EXCLUDE_FILES := \ |
Eric Erfanian | d5e47f6 | 2017-03-15 14:41:07 -0700 | [diff] [blame] | 20 | $(BASE_DIR)/incallui/calllocation/impl/AuthException.java \ |
| 21 | $(BASE_DIR)/incallui/calllocation/impl/CallLocationImpl.java \ |
| 22 | $(BASE_DIR)/incallui/calllocation/impl/CallLocationModule.java \ |
| 23 | $(BASE_DIR)/incallui/calllocation/impl/DownloadMapImageTask.java \ |
| 24 | $(BASE_DIR)/incallui/calllocation/impl/GoogleLocationSettingHelper.java \ |
| 25 | $(BASE_DIR)/incallui/calllocation/impl/HttpFetcher.java \ |
| 26 | $(BASE_DIR)/incallui/calllocation/impl/LocationFragment.java \ |
| 27 | $(BASE_DIR)/incallui/calllocation/impl/LocationHelper.java \ |
| 28 | $(BASE_DIR)/incallui/calllocation/impl/LocationPresenter.java \ |
| 29 | $(BASE_DIR)/incallui/calllocation/impl/LocationUrlBuilder.java \ |
| 30 | $(BASE_DIR)/incallui/calllocation/impl/ReverseGeocodeTask.java \ |
| 31 | $(BASE_DIR)/incallui/calllocation/impl/TrafficStatsTags.java \ |
| 32 | $(BASE_DIR)/incallui/maps/impl/MapsImpl.java \ |
| 33 | $(BASE_DIR)/incallui/maps/impl/MapsModule.java \ |
Eric Erfanian | 2f1c758 | 2017-06-19 11:26:01 -0700 | [diff] [blame] | 34 | $(BASE_DIR)/incallui/maps/impl/StaticMapFragment.java \ |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 35 | |
Paul Duffin | 922b108 | 2017-05-05 15:05:47 +0100 | [diff] [blame] | 36 | # Exclude testing only class, not used anywhere here |
| 37 | EXCLUDE_FILES += \ |
| 38 | $(BASE_DIR)/contacts/common/format/testing/SpannedTestUtils.java |
| 39 | |
Weijia Xu | cac4acd | 2018-03-23 18:13:41 -0700 | [diff] [blame] | 40 | # Exclude rootcomponentgenerator |
| 41 | EXCLUDE_FILES += \ |
Zachary Heidepriem | 7acd97f | 2018-04-06 12:28:36 -0700 | [diff] [blame] | 42 | $(call all-java-files-under, $(BASE_DIR)/dialer/rootcomponentgenerator) \ |
| 43 | $(call all-java-files-under, $(BASE_DIR)/dialer/inject/demo) |
Weijia Xu | cac4acd | 2018-03-23 18:13:41 -0700 | [diff] [blame] | 44 | |
Eric Erfanian | 3bb9641 | 2017-06-22 10:19:53 -0700 | [diff] [blame] | 45 | # Exclude build variants for now |
| 46 | EXCLUDE_FILES += \ |
Eric Erfanian | 3bb9641 | 2017-06-22 10:19:53 -0700 | [diff] [blame] | 47 | $(BASE_DIR)/dialer/constants/googledialer/ConstantsImpl.java \ |
| 48 | $(BASE_DIR)/dialer/binary/google/GoogleStubDialerRootComponent.java \ |
Eric Erfanian | 939cdf0 | 2017-08-29 08:49:58 -0700 | [diff] [blame] | 49 | $(BASE_DIR)/dialer/binary/google/GoogleStubDialerApplication.java \ |
| 50 | |
| 51 | # * b/62875795 |
| 52 | ifneq ($(wildcard packages/apps/Dialer/java/com/android/voicemail/impl/com/google/internal/communications/voicemailtranscription/v1/VoicemailTranscriptionServiceGrpc.java),) |
| 53 | $(error Please remove file packages/apps/Dialer/java/com/android/voicemail/impl/com/google/internal/communications/voicemailtranscription/v1/VoicemailTranscriptionServiceGrpc.java ) |
| 54 | endif |
Eric Erfanian | 3bb9641 | 2017-06-22 10:19:53 -0700 | [diff] [blame] | 55 | |
Eric Erfanian | 415dffb | 2017-08-08 14:32:39 -0700 | [diff] [blame] | 56 | EXCLUDE_RESOURCE_DIRECTORIES := \ |
| 57 | java/com/android/incallui/maps/impl/res \ |
| 58 | |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 59 | # All Dialers resources. |
Eric Erfanian | 415dffb | 2017-08-08 14:32:39 -0700 | [diff] [blame] | 60 | RES_DIRS := $(call all-subdir-named-dirs,res,.) |
| 61 | RES_DIRS := $(filter-out $(EXCLUDE_RESOURCE_DIRECTORIES),$(RES_DIRS)) |
Eric Erfanian | d5e47f6 | 2017-03-15 14:41:07 -0700 | [diff] [blame] | 62 | |
Eric Erfanian | 415dffb | 2017-08-08 14:32:39 -0700 | [diff] [blame] | 63 | EXCLUDE_MANIFESTS := \ |
| 64 | $(BASE_DIR)/dialer/binary/aosp/testing/AndroidManifest.xml \ |
| 65 | $(BASE_DIR)/dialer/binary/google/AndroidManifest.xml \ |
| 66 | $(BASE_DIR)/incallui/calllocation/impl/AndroidManifest.xml \ |
| 67 | $(BASE_DIR)/incallui/maps/impl/AndroidManifest.xml \ |
Eric Erfanian | 9b4d9bc | 2017-07-25 09:36:19 -0700 | [diff] [blame] | 68 | |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 69 | # Dialer manifest files to merge. |
Eric Erfanian | 415dffb | 2017-08-08 14:32:39 -0700 | [diff] [blame] | 70 | DIALER_MANIFEST_FILES := $(call all-named-files-under,AndroidManifest.xml,.) |
| 71 | DIALER_MANIFEST_FILES := $(filter-out $(EXCLUDE_MANIFESTS),$(DIALER_MANIFEST_FILES)) |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 72 | |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 73 | # Merge all manifest files. |
| 74 | LOCAL_FULL_LIBS_MANIFEST_FILES := \ |
| 75 | $(addprefix $(LOCAL_PATH)/, $(DIALER_MANIFEST_FILES)) |
Eric Erfanian | 1ce79b9 | 2017-08-10 08:11:26 -0700 | [diff] [blame] | 76 | |
sail | 3bcea98 | 2017-09-03 13:57:22 -0700 | [diff] [blame] | 77 | LOCAL_SRC_FILES := $(call all-java-files-under, $(BASE_DIR)) |
| 78 | LOCAL_SRC_FILES += $(call all-proto-files-under, $(BASE_DIR)) |
weijiaxu | 4bf1692 | 2018-06-22 12:52:21 -0700 | [diff] [blame] | 79 | LOCAL_SRC_FILES += $(call all-Iaidl-files-under, $(BASE_DIR)) |
Eric Erfanian | 939cdf0 | 2017-08-29 08:49:58 -0700 | [diff] [blame] | 80 | LOCAL_SRC_FILES := $(filter-out $(EXCLUDE_FILES),$(LOCAL_SRC_FILES)) |
Eric Erfanian | 9bdb503 | 2017-08-09 15:37:50 -0700 | [diff] [blame] | 81 | |
Danny Baumann | e2bb344 | 2018-07-09 11:19:24 +0200 | [diff] [blame] | 82 | LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/java |
weijiaxu | 4bf1692 | 2018-06-22 12:52:21 -0700 | [diff] [blame] | 83 | |
Eric Erfanian | 8369df0 | 2017-05-03 10:27:13 -0700 | [diff] [blame] | 84 | LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH) |
| 85 | |
Eric Erfanian | 415dffb | 2017-08-08 14:32:39 -0700 | [diff] [blame] | 86 | LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(RES_DIRS)) |
| 87 | |
Eric Erfanian | 415dffb | 2017-08-08 14:32:39 -0700 | [diff] [blame] | 88 | EXCLUDE_EXTRA_PACKAGES := \ |
| 89 | com.android.dialer.binary.aosp.testing \ |
| 90 | com.android.dialer.binary.google \ |
| 91 | com.android.incallui.calllocation.impl \ |
| 92 | com.android.incallui.maps.impl \ |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 93 | |
| 94 | # We specify each package explicitly to glob resource files. |
Zachary Heidepriem | 95fafa8 | 2017-11-13 11:11:32 -0800 | [diff] [blame] | 95 | include ${LOCAL_PATH}/packages.mk |
Eric Erfanian | 5aaa949 | 2017-08-29 17:33:38 -0700 | [diff] [blame] | 96 | |
Eric Erfanian | 415dffb | 2017-08-08 14:32:39 -0700 | [diff] [blame] | 97 | LOCAL_AAPT_FLAGS := $(filter-out $(EXCLUDE_EXTRA_PACKAGES),$(LOCAL_AAPT_FLAGS)) |
| 98 | LOCAL_AAPT_FLAGS := $(addprefix --extra-packages , $(LOCAL_AAPT_FLAGS)) |
| 99 | LOCAL_AAPT_FLAGS += \ |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 100 | --auto-add-overlay \ |
Eric Erfanian | 3bb9641 | 2017-06-22 10:19:53 -0700 | [diff] [blame] | 101 | --extra-packages me.leolin.shortcutbadger \ |
| 102 | |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 103 | LOCAL_STATIC_JAVA_LIBRARIES := \ |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 104 | android-common \ |
Eric Erfanian | 2f1c758 | 2017-06-19 11:26:01 -0700 | [diff] [blame] | 105 | android-support-dynamic-animation \ |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 106 | com.android.vcard \ |
Colin Cross | 23b83ca | 2017-12-13 20:57:34 -0800 | [diff] [blame] | 107 | dialer-animal-sniffer-annotations-target \ |
Eric Erfanian | cdb1edf | 2017-03-29 10:20:40 -0700 | [diff] [blame] | 108 | dialer-commons-io-target \ |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 109 | dialer-dagger2-target \ |
| 110 | dialer-disklrucache-target \ |
| 111 | dialer-gifdecoder-target \ |
| 112 | dialer-glide-target \ |
Eric Erfanian | 1ce79b9 | 2017-08-10 08:11:26 -0700 | [diff] [blame] | 113 | dialer-grpc-all-target \ |
| 114 | dialer-grpc-context-target \ |
| 115 | dialer-grpc-core-target \ |
Eric Erfanian | 2f1c758 | 2017-06-19 11:26:01 -0700 | [diff] [blame] | 116 | dialer-grpc-okhttp-target \ |
| 117 | dialer-grpc-protobuf-lite-target \ |
Eric Erfanian | 1ce79b9 | 2017-08-10 08:11:26 -0700 | [diff] [blame] | 118 | dialer-grpc-stub-target \ |
Colin Cross | 23b83ca | 2017-12-13 20:57:34 -0800 | [diff] [blame] | 119 | dialer-j2objc-annotations-target \ |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 120 | dialer-javax-annotation-api-target \ |
| 121 | dialer-javax-inject-target \ |
| 122 | dialer-libshortcutbadger-target \ |
Eric Erfanian | 8369df0 | 2017-05-03 10:27:13 -0700 | [diff] [blame] | 123 | dialer-mime4j-core-target \ |
| 124 | dialer-mime4j-dom-target \ |
Colin Cross | 23b83ca | 2017-12-13 20:57:34 -0800 | [diff] [blame] | 125 | dialer-okhttp-target \ |
| 126 | dialer-okio-target \ |
Zachary Heidepriem | 922cbed | 2017-11-11 18:49:27 -0800 | [diff] [blame] | 127 | dialer-error-prone-target \ |
Zachary Heidepriem | 9f39c2f | 2017-11-10 15:07:54 -0800 | [diff] [blame] | 128 | dialer-guava-target \ |
Ta-wei Yen | ea7ea2b | 2018-02-08 18:03:40 -0800 | [diff] [blame] | 129 | dialer-glide-target \ |
| 130 | dialer-glide-annotation-target \ |
roldenburg | 9c9175f | 2018-02-15 15:22:24 -0800 | [diff] [blame] | 131 | dialer-zxing-target \ |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 132 | jsr305 \ |
Eric Erfanian | 9bfcb3d | 2017-09-05 10:53:21 -0700 | [diff] [blame] | 133 | libbackup \ |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 134 | libphonenumber \ |
Eric Erfanian | cdb1edf | 2017-03-29 10:20:40 -0700 | [diff] [blame] | 135 | volley \ |
Xiao-Long Chen | fdb79d3 | 2016-09-12 09:34:02 +0200 | [diff] [blame] | 136 | org.lineageos.platform.internal |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 137 | |
Alan Viverette | b5870be | 2017-04-26 11:15:10 -0400 | [diff] [blame] | 138 | LOCAL_STATIC_ANDROID_LIBRARIES := \ |
Eric Erfanian | 415dffb | 2017-08-08 14:32:39 -0700 | [diff] [blame] | 139 | android-support-core-ui \ |
Alan Viverette | 423e293 | 2018-02-01 15:52:28 -0500 | [diff] [blame] | 140 | $(ANDROID_SUPPORT_DESIGN_TARGETS) \ |
Alan Viverette | b5870be | 2017-04-26 11:15:10 -0400 | [diff] [blame] | 141 | android-support-transition \ |
| 142 | android-support-v13 \ |
| 143 | android-support-v4 \ |
| 144 | android-support-v7-appcompat \ |
| 145 | android-support-v7-cardview \ |
| 146 | android-support-v7-recyclerview \ |
| 147 | |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 148 | LOCAL_JAVA_LIBRARIES := \ |
Roland Levillain | 05d6361 | 2017-08-24 14:41:12 +0100 | [diff] [blame] | 149 | dialer-auto-value-target \ |
Eric Erfanian | 3bb9641 | 2017-06-22 10:19:53 -0700 | [diff] [blame] | 150 | org.apache.http.legacy \ |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 151 | |
Roland Levillain | 05d6361 | 2017-08-24 14:41:12 +0100 | [diff] [blame] | 152 | LOCAL_ANNOTATION_PROCESSORS := \ |
Eric Erfanian | 3bb9641 | 2017-06-22 10:19:53 -0700 | [diff] [blame] | 153 | dialer-auto-value \ |
Tony Mantler | 0f8a28a | 2018-03-29 14:23:58 -0700 | [diff] [blame] | 154 | javapoet-prebuilt-jar \ |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 155 | dialer-dagger2 \ |
Eric Erfanian | 3bb9641 | 2017-06-22 10:19:53 -0700 | [diff] [blame] | 156 | dialer-dagger2-compiler \ |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 157 | dialer-dagger2-producers \ |
Ta-wei Yen | a8bbb35 | 2018-01-25 18:10:32 -0800 | [diff] [blame] | 158 | dialer-glide-annotation \ |
Ta-wei Yen | ea7ea2b | 2018-02-08 18:03:40 -0800 | [diff] [blame] | 159 | dialer-glide-compiler \ |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 160 | dialer-guava \ |
| 161 | dialer-javax-annotation-api \ |
Eric Erfanian | d5e47f6 | 2017-03-15 14:41:07 -0700 | [diff] [blame] | 162 | dialer-javax-inject \ |
Weijia Xu | cac4acd | 2018-03-23 18:13:41 -0700 | [diff] [blame] | 163 | dialer-rootcomponentprocessor |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 164 | |
Roland Levillain | 05d6361 | 2017-08-24 14:41:12 +0100 | [diff] [blame] | 165 | LOCAL_ANNOTATION_PROCESSOR_CLASSES := \ |
Zachary Heidepriem | 7acd97f | 2018-04-06 12:28:36 -0700 | [diff] [blame] | 166 | com.google.auto.value.processor.AutoValueProcessor,dagger.internal.codegen.ComponentProcessor,com.bumptech.glide.annotation.compiler.GlideAnnotationProcessor,com.android.dialer.rootcomponentgenerator.RootComponentProcessor |
Eric Erfanian | 2f1c758 | 2017-06-19 11:26:01 -0700 | [diff] [blame] | 167 | |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 168 | # Proguard includes |
Colin Cross | 23b83ca | 2017-12-13 20:57:34 -0800 | [diff] [blame] | 169 | LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(call all-named-files-under,proguard.*flags,$(BASE_DIR)) |
Colin Cross | f939e09 | 2017-04-05 22:13:40 -0700 | [diff] [blame] | 170 | LOCAL_PROGUARD_ENABLED := custom |
| 171 | |
Colin Cross | f939e09 | 2017-04-05 22:13:40 -0700 | [diff] [blame] | 172 | LOCAL_PROGUARD_ENABLED += optimization |
Eric Erfanian | 2f1c758 | 2017-06-19 11:26:01 -0700 | [diff] [blame] | 173 | |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 174 | LOCAL_MODULE_TAGS := optional |
| 175 | LOCAL_PACKAGE_NAME := Dialer |
| 176 | LOCAL_CERTIFICATE := shared |
| 177 | LOCAL_PRIVILEGED_MODULE := true |
Anton Hansson | 4dccc47 | 2019-01-25 13:58:33 +0000 | [diff] [blame] | 178 | LOCAL_PRODUCT_MODULE := true |
Danny Baumann | 04adced | 2017-10-12 13:00:32 +0200 | [diff] [blame] | 179 | LOCAL_PRIVATE_PLATFORM_APIS := true |
Eric Erfanian | 8369df0 | 2017-05-03 10:27:13 -0700 | [diff] [blame] | 180 | LOCAL_USE_AAPT2 := true |
Anton Hansson | 4dccc47 | 2019-01-25 13:58:33 +0000 | [diff] [blame] | 181 | LOCAL_REQUIRED_MODULES := privapp_whitelist_com.android.dialer |
Michael Bestas | 200ad03 | 2020-05-06 20:59:08 +0300 | [diff] [blame] | 182 | LOCAL_REQUIRED_MODULES += privapp_whitelist_com.android.dialer-ext.xml |
Eric Erfanian | 8369df0 | 2017-05-03 10:27:13 -0700 | [diff] [blame] | 183 | |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 184 | include $(BUILD_PACKAGE) |
| 185 | |
Michael Bestas | 200ad03 | 2020-05-06 20:59:08 +0300 | [diff] [blame] | 186 | include $(CLEAR_VARS) |
| 187 | LOCAL_MODULE := privapp_whitelist_com.android.dialer-ext.xml |
| 188 | LOCAL_MODULE_CLASS := ETC |
| 189 | LOCAL_MODULE_TAGS := optional |
| 190 | LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT_ETC)/permissions |
| 191 | LOCAL_PRODUCT_MODULE := true |
| 192 | LOCAL_SRC_FILES := $(LOCAL_MODULE) |
| 193 | include $(BUILD_PREBUILT) |
| 194 | |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 195 | # Cleanup local state |
| 196 | BASE_DIR := |
Eric Erfanian | d5e47f6 | 2017-03-15 14:41:07 -0700 | [diff] [blame] | 197 | EXCLUDE_FILES := |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 198 | RES_DIRS := |
| 199 | DIALER_MANIFEST_FILES := |
Eric Erfanian | 415dffb | 2017-08-08 14:32:39 -0700 | [diff] [blame] | 200 | EXCLUDE_MANIFESTS := |
| 201 | EXCLUDE_EXTRA_PACKAGES := |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 202 | |
| 203 | # Create references to prebuilt libraries. |
| 204 | include $(CLEAR_VARS) |
| 205 | |
| 206 | LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \ |
zachh | 3fcd708 | 2018-01-08 20:10:30 +0000 | [diff] [blame] | 207 | dialer-auto-value:../../../prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.jar \ |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 208 | dialer-dagger2-compiler:../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/dagger-compiler-2.7.jar \ |
| 209 | dialer-dagger2:../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.jar \ |
| 210 | dialer-dagger2-producers:../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.7/dagger-producers-2.7.jar \ |
Ta-wei Yen | a8bbb35 | 2018-01-25 18:10:32 -0800 | [diff] [blame] | 211 | dialer-glide-annotation:../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT.jar \ |
| 212 | dialer-glide-compiler:../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/compiler/SNAPSHOT/compiler-SNAPSHOT.jar \ |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 213 | dialer-grpc-all:../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-all/1.0.3/grpc-all-1.0.3.jar \ |
| 214 | dialer-grpc-core:../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/grpc-core-1.0.3.jar \ |
| 215 | dialer-grpc-okhttp:../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/grpc-okhttp-1.0.3.jar \ |
| 216 | dialer-grpc-protobuf-lite:../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf-lite/1.0.3/grpc-protobuf-lite-1.0.3.jar \ |
| 217 | dialer-grpc-stub:../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-stub/1.0.3/grpc-stub-1.0.3.jar \ |
zachh | 3fcd708 | 2018-01-08 20:10:30 +0000 | [diff] [blame] | 218 | dialer-guava:../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.jar \ |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 219 | dialer-javax-annotation-api:../../../prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar \ |
Ta-wei Yen | ea7ea2b | 2018-02-08 18:03:40 -0800 | [diff] [blame] | 220 | dialer-javax-inject:../../../prebuilts/tools/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar \ |
Weijia Xu | cac4acd | 2018-03-23 18:13:41 -0700 | [diff] [blame] | 221 | dialer-auto-service:../../../prebuilts/tools/common/m2/repository/com/google/auto/service/auto-service/1.0-rc2/auto-service-1.0-rc2.jar \ |
| 222 | dialer-auto-common:../../../prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.9/auto-common-0.9.jar \ |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 223 | |
Roland Levillain | 05d6361 | 2017-08-24 14:41:12 +0100 | [diff] [blame] | 224 | include $(BUILD_HOST_PREBUILT) |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 225 | |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 226 | # Enumerate target prebuilts to avoid linker warnings like |
| 227 | # Dialer (java:sdk) should not link to dialer-guava (java:platform) |
| 228 | include $(CLEAR_VARS) |
| 229 | |
| 230 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
Zachary Heidepriem | 9f39c2f | 2017-11-10 15:07:54 -0800 | [diff] [blame] | 231 | LOCAL_MODULE := dialer-guava-target |
| 232 | LOCAL_SDK_VERSION := current |
zachh | 3fcd708 | 2018-01-08 20:10:30 +0000 | [diff] [blame] | 233 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/com/google/guava/guava/23.0/guava-23.0.jar |
Zachary Heidepriem | 9f39c2f | 2017-11-10 15:07:54 -0800 | [diff] [blame] | 234 | LOCAL_UNINSTALLABLE_MODULE := true |
| 235 | |
| 236 | include $(BUILD_PREBUILT) |
| 237 | |
| 238 | include $(CLEAR_VARS) |
| 239 | |
| 240 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
Zachary Heidepriem | 922cbed | 2017-11-11 18:49:27 -0800 | [diff] [blame] | 241 | LOCAL_MODULE := dialer-error-prone-target |
| 242 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 243 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.jar |
Zachary Heidepriem | 922cbed | 2017-11-11 18:49:27 -0800 | [diff] [blame] | 244 | LOCAL_UNINSTALLABLE_MODULE := true |
| 245 | |
| 246 | include $(BUILD_PREBUILT) |
| 247 | |
| 248 | include $(CLEAR_VARS) |
| 249 | |
| 250 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 251 | LOCAL_MODULE := dialer-dagger2-target |
| 252 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 253 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.7/dagger-2.7.jar |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 254 | LOCAL_UNINSTALLABLE_MODULE := true |
| 255 | |
| 256 | include $(BUILD_PREBUILT) |
| 257 | |
| 258 | include $(CLEAR_VARS) |
| 259 | |
| 260 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 261 | LOCAL_MODULE := dialer-disklrucache-target |
| 262 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 263 | LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/disklrucache-SNAPSHOT.jar |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 264 | LOCAL_UNINSTALLABLE_MODULE := true |
| 265 | |
| 266 | include $(BUILD_PREBUILT) |
| 267 | |
| 268 | include $(CLEAR_VARS) |
| 269 | |
| 270 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 271 | LOCAL_MODULE := dialer-gifdecoder-target |
| 272 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 273 | LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/SNAPSHOT/gifdecoder-SNAPSHOT.jar |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 274 | LOCAL_UNINSTALLABLE_MODULE := true |
| 275 | |
| 276 | include $(BUILD_PREBUILT) |
| 277 | |
| 278 | include $(CLEAR_VARS) |
| 279 | |
| 280 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 281 | LOCAL_MODULE := dialer-glide-target |
| 282 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 283 | LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/glide-SNAPSHOT.jar |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 284 | LOCAL_UNINSTALLABLE_MODULE := true |
| 285 | |
| 286 | include $(BUILD_PREBUILT) |
| 287 | |
| 288 | include $(CLEAR_VARS) |
| 289 | |
| 290 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
Ta-wei Yen | ea7ea2b | 2018-02-08 18:03:40 -0800 | [diff] [blame] | 291 | LOCAL_MODULE := dialer-glide-annotation-target |
| 292 | LOCAL_SDK_VERSION := current |
| 293 | LOCAL_SRC_FILES := ../../../prebuilts/maven_repo/bumptech/com/github/bumptech/glide/annotation/SNAPSHOT/annotation-SNAPSHOT.jar |
| 294 | LOCAL_UNINSTALLABLE_MODULE := true |
| 295 | |
| 296 | include $(BUILD_PREBUILT) |
| 297 | |
| 298 | include $(CLEAR_VARS) |
| 299 | |
| 300 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 301 | LOCAL_MODULE := dialer-javax-annotation-api-target |
| 302 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 303 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 304 | LOCAL_UNINSTALLABLE_MODULE := true |
| 305 | |
| 306 | include $(BUILD_PREBUILT) |
| 307 | |
| 308 | include $(CLEAR_VARS) |
| 309 | |
| 310 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 311 | LOCAL_MODULE := dialer-libshortcutbadger-target |
| 312 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 313 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/me/leolin/ShortcutBadger/1.1.13/ShortcutBadger-1.1.13.jar |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 314 | LOCAL_UNINSTALLABLE_MODULE := true |
| 315 | |
| 316 | include $(BUILD_PREBUILT) |
| 317 | |
| 318 | include $(CLEAR_VARS) |
| 319 | |
| 320 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 321 | LOCAL_MODULE := dialer-javax-inject-target |
| 322 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 323 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar |
Eric Erfanian | 9050823 | 2017-03-24 09:31:16 -0700 | [diff] [blame] | 324 | LOCAL_UNINSTALLABLE_MODULE := true |
| 325 | |
| 326 | include $(BUILD_PREBUILT) |
| 327 | |
Eric Erfanian | ccca315 | 2017-02-22 16:32:36 -0800 | [diff] [blame] | 328 | include $(CLEAR_VARS) |
Eric Erfanian | cdb1edf | 2017-03-29 10:20:40 -0700 | [diff] [blame] | 329 | |
Eric Erfanian | cdb1edf | 2017-03-29 10:20:40 -0700 | [diff] [blame] | 330 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 331 | LOCAL_MODULE := dialer-commons-io-target |
| 332 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 333 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar |
Eric Erfanian | cdb1edf | 2017-03-29 10:20:40 -0700 | [diff] [blame] | 334 | LOCAL_UNINSTALLABLE_MODULE := true |
| 335 | |
| 336 | include $(BUILD_PREBUILT) |
| 337 | |
| 338 | include $(CLEAR_VARS) |
Eric Erfanian | 8369df0 | 2017-05-03 10:27:13 -0700 | [diff] [blame] | 339 | |
| 340 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 341 | LOCAL_MODULE := dialer-mime4j-core-target |
| 342 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 343 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/apache-mime4j-core-0.7.2.jar |
Eric Erfanian | 8369df0 | 2017-05-03 10:27:13 -0700 | [diff] [blame] | 344 | LOCAL_UNINSTALLABLE_MODULE := true |
| 345 | |
| 346 | include $(BUILD_PREBUILT) |
| 347 | |
| 348 | include $(CLEAR_VARS) |
| 349 | |
| 350 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 351 | LOCAL_MODULE := dialer-mime4j-dom-target |
| 352 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 353 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-dom/0.7.2/apache-mime4j-dom-0.7.2.jar |
Eric Erfanian | 8369df0 | 2017-05-03 10:27:13 -0700 | [diff] [blame] | 354 | LOCAL_UNINSTALLABLE_MODULE := true |
| 355 | |
| 356 | include $(BUILD_PREBUILT) |
| 357 | |
Ta-wei Yen | 6af9c02 | 2017-05-25 14:57:51 -0700 | [diff] [blame] | 358 | include $(CLEAR_VARS) |
Eric Erfanian | 2f1c758 | 2017-06-19 11:26:01 -0700 | [diff] [blame] | 359 | |
| 360 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 361 | LOCAL_MODULE := dialer-grpc-core-target |
| 362 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 363 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/grpc-core-1.0.3.jar |
Eric Erfanian | 2f1c758 | 2017-06-19 11:26:01 -0700 | [diff] [blame] | 364 | LOCAL_UNINSTALLABLE_MODULE := true |
| 365 | |
| 366 | include $(BUILD_PREBUILT) |
| 367 | |
| 368 | include $(CLEAR_VARS) |
| 369 | |
| 370 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 371 | LOCAL_MODULE := dialer-grpc-okhttp-target |
| 372 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 373 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/grpc-okhttp-1.0.3.jar |
Eric Erfanian | 2f1c758 | 2017-06-19 11:26:01 -0700 | [diff] [blame] | 374 | LOCAL_UNINSTALLABLE_MODULE := true |
| 375 | |
| 376 | include $(BUILD_PREBUILT) |
| 377 | |
| 378 | include $(CLEAR_VARS) |
| 379 | |
| 380 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 381 | LOCAL_MODULE := dialer-grpc-protobuf-lite-target |
| 382 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 383 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf-lite/1.0.3/grpc-protobuf-lite-1.0.3.jar |
Eric Erfanian | 2f1c758 | 2017-06-19 11:26:01 -0700 | [diff] [blame] | 384 | LOCAL_UNINSTALLABLE_MODULE := true |
| 385 | |
| 386 | include $(BUILD_PREBUILT) |
| 387 | |
| 388 | include $(CLEAR_VARS) |
| 389 | |
| 390 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 391 | LOCAL_MODULE := dialer-grpc-stub-target |
| 392 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 393 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-stub/1.0.3/grpc-stub-1.0.3.jar |
Eric Erfanian | 2f1c758 | 2017-06-19 11:26:01 -0700 | [diff] [blame] | 394 | LOCAL_UNINSTALLABLE_MODULE := true |
| 395 | |
| 396 | include $(BUILD_PREBUILT) |
| 397 | |
| 398 | include $(CLEAR_VARS) |
| 399 | |
| 400 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 401 | LOCAL_MODULE := dialer-grpc-all-target |
| 402 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 403 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-all/1.0.3/grpc-all-1.0.3.jar |
Eric Erfanian | 2f1c758 | 2017-06-19 11:26:01 -0700 | [diff] [blame] | 404 | LOCAL_UNINSTALLABLE_MODULE := true |
| 405 | |
| 406 | include $(BUILD_PREBUILT) |
| 407 | |
| 408 | include $(CLEAR_VARS) |
Eric Erfanian | 3bb9641 | 2017-06-22 10:19:53 -0700 | [diff] [blame] | 409 | |
| 410 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 411 | LOCAL_MODULE := dialer-grpc-context-target |
| 412 | LOCAL_SDK_VERSION := current |
Colin Cross | c87db95 | 2017-12-13 20:41:25 -0800 | [diff] [blame] | 413 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/io/grpc/grpc-context/1.0.3/grpc-context-1.0.3.jar |
Eric Erfanian | 3bb9641 | 2017-06-22 10:19:53 -0700 | [diff] [blame] | 414 | LOCAL_UNINSTALLABLE_MODULE := true |
| 415 | |
| 416 | include $(BUILD_PREBUILT) |
| 417 | |
wangqi | 6967466 | 2017-06-29 13:14:51 -0700 | [diff] [blame] | 418 | include $(CLEAR_VARS) |
Roland Levillain | 05d6361 | 2017-08-24 14:41:12 +0100 | [diff] [blame] | 419 | |
| 420 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 421 | LOCAL_MODULE := dialer-auto-value-target |
| 422 | LOCAL_SDK_VERSION := current |
zachh | 3fcd708 | 2018-01-08 20:10:30 +0000 | [diff] [blame] | 423 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.jar |
Roland Levillain | 05d6361 | 2017-08-24 14:41:12 +0100 | [diff] [blame] | 424 | LOCAL_UNINSTALLABLE_MODULE := true |
| 425 | |
| 426 | include $(BUILD_PREBUILT) |
| 427 | |
| 428 | include $(CLEAR_VARS) |
roldenburg | 9c9175f | 2018-02-15 15:22:24 -0800 | [diff] [blame] | 429 | |
| 430 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 431 | LOCAL_MODULE := dialer-zxing-target |
| 432 | LOCAL_SDK_VERSION := current |
| 433 | LOCAL_SRC_FILES := ../../../external/zxing/core/core.jar |
| 434 | LOCAL_UNINSTALLABLE_MODULE := true |
| 435 | |
| 436 | include $(BUILD_PREBUILT) |
| 437 | |
| 438 | include $(CLEAR_VARS) |
| 439 | |
Colin Cross | 23b83ca | 2017-12-13 20:57:34 -0800 | [diff] [blame] | 440 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 441 | LOCAL_MODULE := dialer-okhttp-target |
| 442 | LOCAL_SDK_VERSION := current |
| 443 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/okhttp-2.7.4.jar |
| 444 | LOCAL_UNINSTALLABLE_MODULE := true |
| 445 | |
| 446 | include $(BUILD_PREBUILT) |
| 447 | |
| 448 | include $(CLEAR_VARS) |
| 449 | |
| 450 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 451 | LOCAL_MODULE := dialer-okio-target |
| 452 | LOCAL_SDK_VERSION := current |
| 453 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/okio-1.9.0.jar |
| 454 | LOCAL_UNINSTALLABLE_MODULE := true |
| 455 | |
| 456 | include $(BUILD_PREBUILT) |
| 457 | |
| 458 | include $(CLEAR_VARS) |
| 459 | |
| 460 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 461 | LOCAL_MODULE := dialer-j2objc-annotations-target |
| 462 | LOCAL_SDK_VERSION := current |
| 463 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar |
| 464 | LOCAL_UNINSTALLABLE_MODULE := true |
| 465 | |
| 466 | include $(BUILD_PREBUILT) |
| 467 | |
| 468 | include $(CLEAR_VARS) |
| 469 | |
| 470 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 471 | LOCAL_MODULE := dialer-animal-sniffer-annotations-target |
| 472 | LOCAL_SDK_VERSION := current |
| 473 | LOCAL_SRC_FILES := ../../../prebuilts/tools/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar |
| 474 | LOCAL_UNINSTALLABLE_MODULE := true |
| 475 | |
| 476 | include $(BUILD_PREBUILT) |
| 477 | |
| 478 | include $(CLEAR_VARS) |
| 479 | |
Weijia Xu | cac4acd | 2018-03-23 18:13:41 -0700 | [diff] [blame] | 480 | LOCAL_MODULE := dialer-rootcomponentprocessor |
| 481 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 482 | LOCAL_IS_HOST_MODULE := true |
| 483 | BASE_DIR := java/com/android |
| 484 | |
| 485 | LOCAL_SRC_FILES := \ |
Zachary Heidepriem | 7acd97f | 2018-04-06 12:28:36 -0700 | [diff] [blame] | 486 | $(call all-java-files-under, $(BASE_DIR)/dialer/rootcomponentgenerator) \ |
| 487 | $(BASE_DIR)/dialer/inject/DialerRootComponent.java \ |
| 488 | $(BASE_DIR)/dialer/inject/DialerVariant.java \ |
| 489 | $(BASE_DIR)/dialer/inject/HasRootComponent.java \ |
| 490 | $(BASE_DIR)/dialer/inject/IncludeInDialerRoot.java \ |
| 491 | $(BASE_DIR)/dialer/inject/InstallIn.java \ |
| 492 | $(BASE_DIR)/dialer/inject/RootComponentGeneratorMetadata.java |
Weijia Xu | cac4acd | 2018-03-23 18:13:41 -0700 | [diff] [blame] | 493 | |
| 494 | LOCAL_STATIC_JAVA_LIBRARIES := \ |
| 495 | dialer-guava \ |
| 496 | dialer-dagger2 \ |
Tony Mantler | 0f8a28a | 2018-03-29 14:23:58 -0700 | [diff] [blame] | 497 | javapoet-prebuilt-jar \ |
Weijia Xu | cac4acd | 2018-03-23 18:13:41 -0700 | [diff] [blame] | 498 | dialer-auto-service \ |
| 499 | dialer-auto-common \ |
| 500 | dialer-javax-annotation-api \ |
| 501 | dialer-javax-inject |
| 502 | |
Weijia Xu | cac4acd | 2018-03-23 18:13:41 -0700 | [diff] [blame] | 503 | LOCAL_JAVA_LANGUAGE_VERSION := 1.8 |
| 504 | |
| 505 | include $(BUILD_HOST_JAVA_LIBRARY) |
| 506 | |
| 507 | include $(CLEAR_VARS) |