1*e6ba1607SAndroid Build Coastguard Worker//############################################# 2*e6ba1607SAndroid Build Coastguard Worker// Compile Robolectric shadows multidex 3*e6ba1607SAndroid Build Coastguard Worker//############################################# 4*e6ba1607SAndroid Build Coastguard Worker 5*e6ba1607SAndroid Build Coastguard Workerpackage { 6*e6ba1607SAndroid Build Coastguard Worker // See: http://go/android-license-faq 7*e6ba1607SAndroid Build Coastguard Worker // A large-scale-change added 'default_applicable_licenses' to import 8*e6ba1607SAndroid Build Coastguard Worker // all of the 'license_kinds' from "external_robolectric-shadows_license" 9*e6ba1607SAndroid Build Coastguard Worker // to get the below license kinds: 10*e6ba1607SAndroid Build Coastguard Worker // SPDX-license-identifier-MIT 11*e6ba1607SAndroid Build Coastguard Worker default_applicable_licenses: ["external_robolectric_license"], 12*e6ba1607SAndroid Build Coastguard Worker} 13*e6ba1607SAndroid Build Coastguard Worker 14*e6ba1607SAndroid Build Coastguard Workerjava_library_host { 15*e6ba1607SAndroid Build Coastguard Worker name: "Robolectric_shadows_multidex_upstream", 16*e6ba1607SAndroid Build Coastguard Worker libs: [ 17*e6ba1607SAndroid Build Coastguard Worker "Robolectric_annotations_upstream", 18*e6ba1607SAndroid Build Coastguard Worker "Robolectric_shadowapi_upstream", 19*e6ba1607SAndroid Build Coastguard Worker "robolectric-host-android-support-multidex_upstream", 20*e6ba1607SAndroid Build Coastguard Worker "robolectric-javax.annotation-api-1.2", 21*e6ba1607SAndroid Build Coastguard Worker "robolectric-host-android_all", 22*e6ba1607SAndroid Build Coastguard Worker ], 23*e6ba1607SAndroid Build Coastguard Worker plugins: ["Robolectric_processor_upstream"], 24*e6ba1607SAndroid Build Coastguard Worker javacflags: ["-Aorg.robolectric.annotation.processing.shadowPackage=org.robolectric.shadows.multidex"], 25*e6ba1607SAndroid Build Coastguard Worker srcs: ["src/main/java/**/*.java"], 26*e6ba1607SAndroid Build Coastguard Worker} 27