From 8546f0c8832ed6e3093995e2359b7fc55d1e64be Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Thu, 30 Jan 2025 13:51:14 -0800 Subject: Add java_genrule_combiner module This module is intended to combine an implemenation generated by java_genrule with headers from the rule's inputs. Bug: b/285975842 Test: manual, TH Change-Id: I9d83634ad7fa56fe5e0a6363d2891d34ac58257e --- java/java.go | 1 + 1 file changed, 1 insertion(+) (limited to 'java/java.go') diff --git a/java/java.go b/java/java.go index 900f0e32f..fbd4d573d 100644 --- a/java/java.go +++ b/java/java.go @@ -64,6 +64,7 @@ func registerJavaBuildComponents(ctx android.RegistrationContext) { ctx.RegisterModuleType("java_api_library", ApiLibraryFactory) ctx.RegisterModuleType("java_api_contribution", ApiContributionFactory) ctx.RegisterModuleType("java_api_contribution_import", ApiContributionImportFactory) + ctx.RegisterModuleType("java_genrule_combiner", GenruleCombinerFactory) // This mutator registers dependencies on dex2oat for modules that should be // dexpreopted. This is done late when the final variants have been -- cgit v1.2.3-59-g8ed1b