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
This commit is contained in:
evitayan
2020-02-21 10:55:02 -08:00
parent f1a0c3abea
commit 5fc0bbaae7
3 changed files with 5 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ java_library_static {
"android.hardware.vibrator-java",
"app-compat-annotations",
"framework-tethering-stubs",
"ike-stubs",
],
required: [
@@ -54,7 +55,6 @@ java_library_static {
"android.hidl.manager-V1.2-java",
"dnsresolver_aidl_interface-V2-java",
"netd_event_listener_interface-java",
"ike-stubs",
],
}

View File

@@ -26,6 +26,8 @@ android_app {
"services.core",
"services.net",
],
libs: ["ike-stubs"],
}
//##################################################################

View File

@@ -28,6 +28,8 @@ android_app {
"services.core",
"services.net",
],
libs: ["ike-stubs"],
}
//##################################################################