Skip to content

Commit

Permalink
[onert/android] Update lib path (#13962)
Browse files Browse the repository at this point in the history
This commit updates core library path for packaging.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Sep 10, 2024
1 parent a912340 commit 6823a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/contrib/android/api/Prebuilt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := onert_core
PREBUILT_LIB += onert_core
LOCAL_SRC_FILES := \
$(ONERT_PREBUILT_LIB_DIR)/libonert_core.so
$(ONERT_PREBUILT_LIB_DIR)/nnfw/libonert_core.so
include $(PREBUILT_SHARED_LIBRARY)

# backend_cpu
Expand Down

0 comments on commit 6823a1b

Please sign in to comment.