xref: /aosp_15_r20/external/minijail/get_googletest.sh (revision 4b9c6d91573e8b3a96609339b46361b5476dd0f9)
1*4b9c6d91SCole Faust#/bin/bash
2*4b9c6d91SCole Faust
3*4b9c6d91SCole FaustPV="1.11.0"
4*4b9c6d91SCole Faust
5*4b9c6d91SCole Faustwget -q -nc --secure-protocol=TLSv1 "https://github.com/google/googletest/archive/release-${PV}.tar.gz" -O "googletest-release-${PV}.tar.gz"
6*4b9c6d91SCole Fausttar zxvf "googletest-release-${PV}.tar.gz"
7