diff --git a/mace/examples/android/build.sh b/mace/examples/android/build.sh index 1533e80695299f140fb769af93aae5f3ea2fcc06..238516788e175f45e6d5b52d50c5c798fe650efa 100755 --- a/mace/examples/android/build.sh +++ b/mace/examples/android/build.sh @@ -3,7 +3,7 @@ set -e -u -o pipefail pushd ../../../ -python tools/converter.py build --config=docs/getting_started/models/demo_app_models.yaml +python tools/converter.py build --config=docs/user_guide/models/demo_app_models.yml cp -r builds/mobilenet/include/ mace/examples/android/macelibrary/src/main/cpp/ cp -r builds/mobilenet/lib/ mace/examples/android/macelibrary/src/main/cpp/