From 600afbe381409e77654f73672491492f4c2aeecd Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Wed, 4 Sep 2024 23:49:27 +0000 Subject: [PATCH] Add kotlin kzips to build_kzip.bash Test: Built the phony xref_kotlin target locally Bug: 265428637 Change-Id: Ib5d6679f17ea45beea8302bc2257e1e4bd0ed7eb --- build_kzip.bash | 1 + 1 file changed, 1 insertion(+) 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 )