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

Commit d713db92 authored by evitayan's avatar evitayan
Browse files

Do not statically link ike-stubs

Stub jars should not be in statically linked except for inside
other stub jars.

Bug: 145995723
Test: build, flash and reboot
Test: FrameworksIkeTests, FrameworksNetTests
Change-Id: I503616de0143cc39dd189ae689de3e8d77c345da
Merged-In: I503616de0143cc39dd189ae689de3e8d77c345da
(cherry picked from commit 5fc0bbaa)
parent faff9bd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ java_library_static {
        "android.hardware.vibrator-java",
        "app-compat-annotations",
        "framework-tethering-stubs",
        "ike-stubs",
    ],

    required: [
@@ -126,7 +127,6 @@ java_library_static {
        "android.hidl.manager-V1.2-java",
        "dnsresolver_aidl_interface-V2-java",
        "netd_event_listener_interface-java",
        "ike-stubs",
    ],

    plugins: [
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ android_app {
        "services.core",
        "services.net",
    ],

    libs: ["ike-stubs"],
}

//##################################################################
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ android_app {
        "services.core",
        "services.net",
    ],

    libs: ["ike-stubs"],
}

//##################################################################