add setup instructions/command to load secrets file for Android

This commit is contained in:
Satindar Dhillon
2022-10-10 08:30:57 -07:00
parent dae10b2f48
commit f64be5ba90
3 changed files with 18 additions and 0 deletions

View File

@ -8,6 +8,9 @@ apple_extension_gen:
$(MAKE) -C apple extension_gen
droid:
@if ! [ -e android/Omnivore/app/src/main/res/values/secrets.xml ]; then \
cp android/Omnivore/secrets.xml android/Omnivore/app/src/main/res/values/secrets.xml; \
fi
studio android/Omnivore
webview_gen: