From 20221a4164143300097286efbcc0963c37b7552c Mon Sep 17 00:00:00 2001 From: Dakota Soles Date: Mon, 3 Apr 2023 10:29:32 -0500 Subject: [PATCH] added fossdroid apks to benchmarks --- .../benchmarks/fossdroid-all-apks/__init__.py | 0 src/resources/benchmarks/fossdroid-all-apks/build.sh | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100755 src/resources/benchmarks/fossdroid-all-apks/__init__.py create mode 100755 src/resources/benchmarks/fossdroid-all-apks/build.sh 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