Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
8b67adea
Commit
8b67adea
authored
Jun 27, 2012
by
Andrey Pavlenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workarounding missing native part in Java tests
parent
a323da6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CMakeLists.txt
modules/java/android_test/CMakeLists.txt
+1
-0
No files found.
modules/java/android_test/CMakeLists.txt
View file @
8b67adea
...
...
@@ -42,6 +42,7 @@ list(APPEND opencv_test_java_file_deps ${android_proj_target_files})
# build java part
add_custom_command
(
OUTPUT
"
${
opencv_test_java_bin_dir
}
/bin/OpenCVTest-debug.apk"
COMMAND
${
CMAKE_COMMAND
}
-E copy
"
${
OpenCV_BINARY_DIR
}
/lib/
${
ANDROID_NDK_ABI_NAME
}
/libopencv_java.so"
"
${
opencv_test_java_bin_dir
}
/libs/
${
ANDROID_NDK_ABI_NAME
}
/libopencv_java.so"
COMMAND
${
ANT_EXECUTABLE
}
-q -noinput -k debug
COMMAND
${
CMAKE_COMMAND
}
-E touch
"
${
opencv_test_java_bin_dir
}
/bin/OpenCVTest-debug.apk"
# needed because ant does not update the timestamp of updated apk
WORKING_DIRECTORY
"
${
opencv_test_java_bin_dir
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment