Dynamically include ike-stubs in services.core.unboosted
Previously because compilation will preferentially uses the ike-stubs statically included in framework.jar, FrameworksIkeTests has to jarjar the ike_test.jar. Otherwise the tests will use the ike-stubs and cannot access to the hidden implementation. This commit removes ike-stubs in framework-minus-apex and framework and statically includes it in services.core.unboosted. In this way, system server can still compile against ike.jar and at the same time FrameworksIkeTests does not need to jarjar the ike_test.jar anymore Bug: 145995723 Test: build, flash, boot, loaded in system server Test: atest FramewokrsIkeTests (passed) Test: m mts && mts-tradefed run mts-ipsec (passed) Change-Id: I75dabcc522e89c94c3e888f5cea22ad5ce0a77e5 Merged-In: I75dabcc522e89c94c3e888f5cea22ad5ce0a77e5
Loading
Please register or sign in to comment