Java used-by API list generation am: bc82ba55c5
am: 550d33d24d
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1922868 Change-Id: Iff77cfba00f6580376e93a4c78c6b8ade0508ff7
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user