diff options
| author | 2020-02-20 20:39:16 +0000 | |
|---|---|---|
| committer | 2020-02-20 20:39:16 +0000 | |
| commit | 53fe467c67a62242b3e30de297f5a54a39b5570d (patch) | |
| tree | b78efd7dd25025f997c67e5e1067b4f93a3a3ad5 /java/java_test.go | |
| parent | 112045230d75fb0aa84e5a84b7ee76b0d3c718a4 (diff) | |
| parent | f9aabd719a9e4a0b01bcd61d1dc092112c288ff0 (diff) | |
Merge changes from topic "soong_tests_ndk"
* changes:
Make apex use cc.GatherRequiredDepsForTests
Move NDK test modules into cc/testing.go
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) |