diff options
| author | 2022-02-28 18:50:56 +0000 | |
|---|---|---|
| committer | 2022-03-30 19:19:13 +0000 | |
| commit | 5f83b491b4b14bf17b9dd7fbc3ec9d0b061190de (patch) | |
| tree | 41d5aa58948cc81859f40658d1eefa6fc4b900c5 /java/java.go | |
| parent | a9b047a9daf9c11045ab9d40f886aecf4a995cb8 (diff) | |
convert java_import_host with bp2build; enable jetifier
Also, add java_imports that were blocked by jetifier binary.
b/221082840 was blocking the build of jetifier which these java_imports
depended on. That bug is now resolved, so we can unblock these targets.
Bug: 220168131
Test: b build //packages/apps/Car/libs/car-ui-lib/car-ui-androidx/...
Test: build/bazel/ci/bp2build.sh
Change-Id: I89a32bde30c133a44aeb7826afa11d4140433f5d
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go index 8ae14803f..831d60731 100644 --- a/java/java.go +++ b/java/java.go @@ -1725,6 +1725,7 @@ func ImportFactoryHost() android.Module { android.InitPrebuiltModule(module, &module.properties.Jars) android.InitApexModule(module) + android.InitBazelModule(module) InitJavaModule(module, android.HostSupported) return module } |