Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
17394f3dbf671b6b0abe385bcdfc65cb889826c9
/
.
/
api
/
gen_combined_removed_dex.sh
blob: 9225fe8dfe85c980d0e6a5cf34a5d4304db5e20a [
file
] [
log
] [
blame
]
#!/bin/bash
metalava_path
=
"$1"
tmp_dir
=
"$2"
shift
2
# Convert each removed.txt to the "dex format" equivalent, and print all output.
for
f
in
"$@"
;
do
"$metalava_path"
--
no
-
banner
"$f"
--
dex
-
api
"${tmp_dir}/tmp"
cat
"${tmp_dir}/tmp"
done