summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2020-02-15 11:00:10 -0800
committerColin Cross <ccross@android.com>2020-02-19 18:59:15 -0800
commitf28329de73e00f5ccb3d71880dd56235362b08df (patch)
tree290cc21f9abb9d918e370b1df7db81cd343d7fc9 /java/java_test.go
parenteb9b9f23ec9bedd34541af0dce2c848dee59b6ee (diff)
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
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go1
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)