diff options
author | Colin Cross <ccross@android.com> | 2020-02-15 11:00:10 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2020-02-19 18:59:15 -0800 |
commit | f28329de73e00f5ccb3d71880dd56235362b08df (patch) | |
tree | 290cc21f9abb9d918e370b1df7db81cd343d7fc9 /java/java_test.go | |
parent | eb9b9f23ec9bedd34541af0dce2c848dee59b6ee (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.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) |