move submodules and build_fossil_hr_watchface.sh to subdir

This commit is contained in:
Andreas Shimokawa 2021-07-27 23:06:30 +02:00
parent 5af73c3676
commit 4b6548d5c2
4 changed files with 3 additions and 3 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "fossil-hr-watchface"]
path = fossil-hr-watchface
path = external/fossil-hr-watchface
url = https://github.com/arjan-s/fossil-hr-watchface
[submodule "jerryscript"]
path = jerryscript
path = external/jerryscript
url = https://github.com/jerryscript-project/jerryscript

View File

@ -10,4 +10,4 @@ $jerry generate -f '' widget_weather.js -o widgetWeather.bin
$jerry generate -f '' widget_steps.js -o widgetSteps.bin
$jerry generate -f '' widget_hr.js -o widgetHR.bin
popd
mv fossil-hr-watchface/*.bin app/src/main/assets/fossil_hr/
mv fossil-hr-watchface/*.bin ../app/src/main/assets/fossil_hr/

View File