@@ -14,22 +14,11 @@ java_library {
14
14
15
15
android_library {
16
16
name : " OpenEUICC-common" ,
17
+ defaults : [
18
+ " OpenEUICC-deps-defaults" ,
19
+ ],
17
20
static_libs : [
18
21
" net.typeblog.lpac_jni" ,
19
-
20
- // Dependencies that must be pulled from maven,
21
- " zxing-core-prebuilt-jar" ,
22
- " zxing-android-embedded-prebuilt-aar" ,
23
-
24
- // Dependencies included with AOSP
25
- " androidx.appcompat_appcompat" ,
26
- " androidx.cardview_cardview" ,
27
- " androidx-constraintlayout_constraintlayout" ,
28
- " androidx.core_core-ktx" ,
29
- " androidx.lifecycle_lifecycle-runtime-ktx" ,
30
- " androidx.preference_preference" ,
31
- " androidx.swiperefreshlayout_swiperefreshlayout" ,
32
- " com.google.android.material_material" ,
33
22
" kotlinx_coroutines" ,
34
23
],
35
24
srcs : [
@@ -41,6 +30,9 @@ android_library {
41
30
resource_dirs : [
42
31
" app-common/src/main/res" ,
43
32
],
33
+ kotlincflags : [
34
+ " -opt-in=kotlin.ExperimentalStdlibApi" ,
35
+ ],
44
36
manifest : " app-common/src/main/AndroidManifest.xml" ,
45
37
system_ext_specific : true ,
46
38
}
0 commit comments