Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c104fea9 authored by sophiez's avatar sophiez Committed by Automerger Merge Worker
Browse files

Java used-by API list generation am: bc82ba55 am: 550d33d2 am: 0fc406f6

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1922868

Change-Id: Ie3b961f345dbd947468f286b9cf5cc0a19c4632c
parents cb317c83 0fc406f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ genUsedByList() {
  touch "$out"
  echo "<externals>" >> "$out"
  for x in "$@"; do
    "$dexdeps" "$x" >> "$out" || true
    "$dexdeps" "$x" >> "$out" || echo "</external>" >> "$out"
  done
  echo "</externals>" >> "$out"
}