mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
No need to walk the entire src/main subtree in gradle apps
This commit is contained in:
parent
50a3564989
commit
9be9b7e919
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ def retrieve_string(app_dir, string, xmlfiles=None):
|
|||
xmlfiles = []
|
||||
for res_dir in [
|
||||
os.path.join(app_dir, 'res'),
|
||||
os.path.join(app_dir, 'src', 'main'),
|
||||
os.path.join(app_dir, 'src', 'main', 'res'),
|
||||
]:
|
||||
for r, d, f in os.walk(res_dir):
|
||||
if os.path.basename(r) == 'values':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue