- Add comments for how external libs should be configured.
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
#
# This mk file defines nnfw module with prebuilt shared library.
# (nnfw core libraries, arm64-v8a only)
+#
+# You should check your `gradle.properties` to set the variable `NNFW_EXT_LIBRARY_PATH` properly.
+# The variable should be assigend with path for external shared libs.
+# An example: "NNFW_EXT_LIBRARY_PATH=src/main/jni/nnfw/ext"
#------------------------------------------------------
LOCAL_PATH := $(call my-dir)
# This mk file defines snpe module with prebuilt shared library.
# (snpe-sdk, arm64-v8a only)
# See Qualcomm Neural Processing SDK for AI (https://developer.qualcomm.com/software/qualcomm-neural-processing-sdk) for the details.
+#
+# You should check your `gradle.properties` to set the variable `SNPE_EXT_LIBRARY_PATH` properly.
+# The variable should be assigend with path for external shared libs.
+# An example: "SNPE_EXT_LIBRARY_PATH=src/main/jni/snpe/lib/ext"
#------------------------------------------------------
LOCAL_PATH := $(call my-dir)