清理cpp 内容, 只保留主文件。CMakeLists.txt 采用根目录的。

This commit is contained in:
xsl
2025-10-16 14:31:24 +08:00
parent 19932029fb
commit 550f8bb868
13 changed files with 35 additions and 1101 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId "com.hmwl.sample"
minSdk 28
minSdk 30
targetSdk 35
versionCode 1
versionName "1.0"
@@ -36,7 +36,7 @@ android {
}
externalNativeBuild {
cmake {
path file('src/main/cpp/CMakeLists.txt')
path file('../CMakeLists.txt')
version '3.22.1'
}
}