diff options
author | 2024-04-29 15:54:44 +0900 | |
---|---|---|
committer | 2024-04-29 17:40:40 +0900 | |
commit | 37e0bb0db43a9cfec4240da74996b67b0787941c (patch) | |
tree | 0304d725bf6d7af36db3d133e07690d04bfa56f7 /java/java.go | |
parent | 2d5e7579d41201e66cf828bef2bce9526fb0be16 (diff) |
Merge logtags from cc modules too
Merged logtags files will be used for Soong built filesystem images.
Bug: 336189540
Test: m out/soong/.intermediates/all-event-log-tags.txt
Test: m out/target/common/obj/all-event-log-tags.txt
Change-Id: Ib590c2bc8073e9acee6b45ef08092768237cf9d3
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go index 725e25abe..30581f265 100644 --- a/java/java.go +++ b/java/java.go @@ -75,7 +75,6 @@ func registerJavaBuildComponents(ctx android.RegistrationContext) { ctx.BottomUp("jacoco_deps", jacocoDepsMutator).Parallel() }) - ctx.RegisterParallelSingletonType("logtags", LogtagsSingleton) ctx.RegisterParallelSingletonType("kythe_java_extract", kytheExtractJavaFactory) } |