From f28329de73e00f5ccb3d71880dd56235362b08df Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Sat, 15 Feb 2020 11:00:10 -0800 Subject: Move NDK test modules into cc/testing.go Move the NDK modules defined in app_test.go into cc/testing.go in preparation for using sdk_version: "current" in more tests. Test: all soong tests Change-Id: I80bc31225fb4562fce42781219cefbbd6affae06 --- java/java_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'java/java_test.go') diff --git a/java/java_test.go b/java/java_test.go index 7c066998d..6d972bebd 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -92,7 +92,6 @@ func testContext() *android.TestContext { // Register module types and mutators from cc needed for JNI testing cc.RegisterRequiredBuildComponentsForTest(ctx) - ctx.RegisterModuleType("ndk_prebuilt_shared_stl", cc.NdkPrebuiltSharedStlFactory) dexpreopt.RegisterToolModulesForTest(ctx) -- cgit v1.2.3-59-g8ed1b