mirror of
https://github.com/deepinsight/insightface.git
synced 2026-09-04 05:57:49 +00:00
new android example
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := inspireface_session_bridge
|
||||
LOCAL_SRC_FILES := inspireface_session_bridge.cpp
|
||||
LOCAL_CPPFLAGS := -std=c++17 -Wall -Wextra
|
||||
LOCAL_LDLIBS := -ldl -llog
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
Reference in New Issue
Block a user