Add ptf to install_tool.

This commit is contained in:
David Tomaschik
2018-10-03 05:45:07 -07:00
parent eb2d6e776f
commit e52cf7ae00

View File

@@ -213,6 +213,10 @@ case ${TOOL} in
chmod +x ${DESTDIR}/apktool
add_bin_symlink apktool
;;
ptf)
src="https://github.com/trustedsec/ptf.git"
git clone ${src} ${DESTDIR}
;;
*)
echo "Unknown tool: ${TOOL}" >/dev/stderr
exit 1