mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Fix the test suite
This commit is contained in:
parent
4e0e830038
commit
8b469a79f8
@ -26,6 +26,8 @@ copy_apks_into_repo() {
|
||||
# keep this as an old version to test the automatic parsing of build-tools
|
||||
# verion numbers in `fdroid init`
|
||||
create_fake_android_home() {
|
||||
mkdir $1/tools
|
||||
mkdir $1/platform-tools
|
||||
mkdir $1/build-tools
|
||||
mkdir $1/build-tools/19.0.2
|
||||
touch $1/build-tools/19.0.2/aapt
|
||||
|
Loading…
Reference in New Issue
Block a user