mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
LOCAL_PATH := ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := ${android_module_name}
|
||||
|
||||
LOCAL_SRC_FILES := ${android_srcs}
|
||||
|
||||
LOCAL_CFLAGS := ${android_defs}
|
||||
|
||||
LOCAL_C_INCLUDES := ${include_dirs} $(LOCAL_PATH)
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
Reference in New Issue
Block a user