mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-17 22:47:16 -04:00
Fix create_fake_android_home with the new build-tools
This commit is contained in:
@@ -25,8 +25,8 @@ copy_apks_into_repo() {
|
||||
|
||||
create_fake_android_home() {
|
||||
mkdir $1/build-tools
|
||||
mkdir $1/build-tools/19.0.1
|
||||
touch $1/build-tools/19.0.1/aapt
|
||||
mkdir $1/build-tools/19.1
|
||||
touch $1/build-tools/19.1/aapt
|
||||
}
|
||||
|
||||
create_test_dir() {
|
||||
|
||||
Reference in New Issue
Block a user