diff --git a/src/resources/benchmarks/fossdroid-all-apks/__init__.py b/src/resources/benchmarks/fossdroid-all-apks/__init__.py new file mode 100755 index 00000000..e69de29b diff --git a/src/resources/benchmarks/fossdroid-all-apks/build.sh b/src/resources/benchmarks/fossdroid-all-apks/build.sh new file mode 100755 index 00000000..9c3e2755 --- /dev/null +++ b/src/resources/benchmarks/fossdroid-all-apks/build.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +CURDIR=$(pwd) +cd / +mkdir -p benchmarks +cd /benchmarks +mkdir fossdroid +cd fossdroid +git clone https://github.com/Pancax/fossdroid_apks.git +cd $CURDIR \ No newline at end of file