new android example

This commit is contained in:
Jingyu
2026-07-23 00:41:17 +08:00
parent 658b034e7f
commit afb0c0dd38
149 changed files with 14672 additions and 267 deletions

View File

@@ -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)