forked from organicmaps/organicmaps
android compilation fix
This commit is contained in:
parent
07e3b582fd
commit
db64bc6feb
2 changed files with 3 additions and 0 deletions
1
android/3rd_party/external_styles/src/.gitignore
vendored
Normal file
1
android/3rd_party/external_styles/src/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
# This file is needed to commit empty folder
|
|
@ -40,6 +40,8 @@ def replace_aapt(sdkDir, oldAaptName='aapt2'):
|
|||
buildToolsPath = os.path.join(sdkDir, 'build-tools')
|
||||
# Build tools now are in different folders for each version
|
||||
for buildToolsVersion in os.listdir(buildToolsPath):
|
||||
if not os.path.isdir(os.path.join(buildToolsPath, buildToolsVersion)):
|
||||
continue
|
||||
aaptPath = os.path.join(buildToolsPath, buildToolsVersion, 'aapt')
|
||||
aaptRealPath = os.path.join(buildToolsPath, buildToolsVersion, oldAaptName)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue