mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Fix the test suite
This commit is contained in:
parent
4e0e830038
commit
8b469a79f8
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue