diff options
author | 2024-09-04 23:49:27 +0000 | |
---|---|---|
committer | 2024-09-11 21:16:24 +0000 | |
commit | 600afbe381409e77654f73672491492f4c2aeecd (patch) | |
tree | a538bce6eb016531c6bd9764d2e9fd0c06cae988 /build_kzip.bash | |
parent | 1028d5a53f003d497d9e850780f7d0c28729b343 (diff) |
Add kotlin kzips to build_kzip.bash
Test: Built the phony xref_kotlin target locally
Bug: 265428637
Change-Id: Ib5d6679f17ea45beea8302bc2257e1e4bd0ed7eb
Diffstat (limited to 'build_kzip.bash')
-rwxr-xr-x | build_kzip.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_kzip.bash b/build_kzip.bash index 4c42048dd..850aedaf0 100755 --- a/build_kzip.bash +++ b/build_kzip.bash @@ -40,6 +40,7 @@ kzip_targets=( merge_zips xref_cxx xref_java + xref_kotlin # TODO: b/286390153 - reenable rust # xref_rust ) |