lib/build.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
lib/src/main/cpp/native-lib.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
lib/src/main/cpp/test_items/park_bottom.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
lib/src/main/cpp/test_items/park_edge.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
lib/src/main/cpp/test_items/turn_a90.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
lib/build.gradle
@@ -14,7 +14,7 @@ externalNativeBuild { cmake { cppFlags "" cppFlags "-std=c++11 -frtti -fexceptions" } } ndk { lib/src/main/cpp/native-lib.cpp
@@ -2,6 +2,7 @@ #include <string> #include <pthread.h> #include <unistd.h> #include <cstdlib> #include "common/serial_port.h" #include "jni_log.h" #include "common/net.h" lib/src/main/cpp/test_items/park_bottom.cpp
@@ -9,6 +9,7 @@ #include "../jni_log.h" #include "../driver_test.h" #include <vector> #include <cstdlib> using namespace std; lib/src/main/cpp/test_items/park_edge.cpp
@@ -9,6 +9,7 @@ #include "../native-lib.h" #include <vector> #include <cstdlib> using namespace std; lib/src/main/cpp/test_items/turn_a90.cpp
@@ -9,6 +9,7 @@ #include "../jni_log.h" #include <vector> #include <cstdlib> using namespace std;