diff options
| author | 2019-03-27 15:39:17 +0000 | |
|---|---|---|
| committer | 2019-03-27 15:39:17 +0000 | |
| commit | eae12cf4007738b1ec50ba177582f8224d7c76d0 (patch) | |
| tree | 4e8e4a30b8eabe94fb3f4340a0a851e19046cc31 /java/java_test.go | |
| parent | 39302bbcb9bf1758b1d1d937668b33c731accec5 (diff) | |
| parent | 47fa9d3d83fbafd56723907b23e45ed026ea7a10 (diff) | |
Merge "Always package JNI libs into android_test modules"
Diffstat (limited to 'java/java_test.go')
| -rw-r--r-- | java/java_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java_test.go b/java/java_test.go index ec6d27a89..6cb481865 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -103,6 +103,7 @@ func testContext(config android.Config, bp string, ctx.RegisterModuleType("cc_library", android.ModuleFactoryAdaptor(cc.LibraryFactory)) ctx.RegisterModuleType("cc_object", android.ModuleFactoryAdaptor(cc.ObjectFactory)) ctx.RegisterModuleType("toolchain_library", android.ModuleFactoryAdaptor(cc.ToolchainLibraryFactory)) + ctx.RegisterModuleType("llndk_library", android.ModuleFactoryAdaptor(cc.LlndkLibraryFactory)) ctx.PreDepsMutators(func(ctx android.RegisterMutatorsContext) { ctx.BottomUp("link", cc.LinkageMutator).Parallel() ctx.BottomUp("begin", cc.BeginMutator).Parallel() |