mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
standardize on "build-tools" as the name of that Android SDK component
This commit is contained in:
parent
35c7c1e805
commit
f227af817f
17 changed files with 17 additions and 17 deletions
|
@ -416,7 +416,7 @@ def ensure_build_tools_exists(thisconfig):
|
|||
versioned_build_tools = os.path.join(build_tools, thisconfig['build_tools'])
|
||||
if not os.path.isdir(versioned_build_tools):
|
||||
raise FDroidException(
|
||||
_("Android Build Tools path '{path}' does not exist!")
|
||||
_("Android build-tools path '{path}' does not exist!")
|
||||
.format(path=versioned_build_tools))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue