@@ -192,7 +192,7 @@ Use bazel to build MACE source code into a library.
# output lib path: builds/lib
bash tools/build-standalone-lib.sh
The above command will generate dynamic library ``builds/lib/${ABI}/libmace.so`` and static library ``builds/lib/${ABI}/libmace.a``.
The above command will generate dynamic library ``builds/lib/${ABI}/${DEVICES}/libmace.so`` and static library ``builds/lib/${ABI}/${DEVICES}/libmace.a``.
.. warning::
...
...
@@ -242,6 +242,12 @@ header files.
``${library_name}`` is the name you defined in the first line of your deployment YAML file.
.. note::
When linking generated ``libmace.a`` into shared library,