Merge "Fix the number of required parameters in deapexer script." into main am: 06ef4d954e
am: ef542cd0af
am: 24a63851ae
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2658856 Change-Id: I6cb2ce4ef6cc7cc89ae87c7eeb034b4c2b9cd99f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
0a528223c1
@@ -17,7 +17,7 @@ set -eu
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Tool to unpack an apex file and verify that the required files were extracted.
|
# Tool to unpack an apex file and verify that the required files were extracted.
|
||||||
if [ $# -lt 7 ]; then
|
if [ $# -lt 6 ]; then
|
||||||
echo "usage: $0 <deapaxer_path> <debugfs_path> <fsck.erofs_path> <apex file> <output_dir> <required_files>+" >&2
|
echo "usage: $0 <deapaxer_path> <debugfs_path> <fsck.erofs_path> <apex file> <output_dir> <required_files>+" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user