XiaoMi / mace-models

Mobile AI Compute Engine Model Zoo
Apache License 2.0
368 stars 72 forks source link

build source code in Mac, build Error #9

Closed chenjiaoAngel closed 5 years ago

chenjiaoAngel commented 5 years ago

ERROR: Config value android is not defined in any .rc file where the value android defined I use export ANDROID_NDK_HOME=/Users/chenjiao04/Documents/android-ndk-r15c but it doesn't work

lee-bin commented 5 years ago

According to https://github.com/bazelbuild/bazel/issues/4502, tools/bazel.rc is no longer being read after bazel 0.17.1. So you may:

  1. Downgrade bazel to work around.
  2. Or move tools/bazel.rc to .bazelrc in MACE workspace to conform to new bazel.

We will solve it later.

chenjiaoAngel commented 5 years ago

OK,i will try. Thank you very much