diff options
Diffstat (limited to 'java/java_test.go')
-rw-r--r-- | java/java_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
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) |