Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab908eb7 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

Contacts: Use prebuilt e-ui-sdk.jar

parent 191e16ad
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@ android_app {
        "src-bind/**/*.java",
    ],

    libs: ["voip-common"],

    static_libs: [
        "com.android.phone.common-lib",

@@ -23,7 +21,7 @@ android_app {
        "com.android.vcard",
        "guava",
        "libphonenumber",
        "org.lineageos.platform.sdk"
        "e-ui-sdk"
    ],

    certificate: "shared",
@@ -35,6 +33,11 @@ android_app {
        proguard_flags_files: ["proguard.flags"],
    },

    platform_apis: true,
    sdk_version: "system_current",
    min_sdk_version: "21",
}

java_import {
    name: "e-ui-sdk",
    jars: ["libs/e-ui-sdk.jar"],
}

libs/e-ui-sdk.jar

0 → 100644
+115 KiB

File added.

No diff preview for this file type.