[+] HarmonyOS
This commit is contained in:
@@ -16,19 +16,19 @@ ohos {
|
|||||||
}
|
}
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
path "src/main/cpp/CMakeLists.txt"
|
path "src/main/cpp/CMakeLists.txt"
|
||||||
|
cppFlags ""
|
||||||
arguments ""
|
arguments ""
|
||||||
abiFilters "arm64-v8a"
|
abiFilters "arm64-v8a"
|
||||||
cppFlags ""
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar', '*.har'])
|
implementation fileTree(dir: 'libs', include: ['*.so', '*.jar', '*.har'])
|
||||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
|
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
|
||||||
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2'
|
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2'
|
||||||
testImplementation 'junit:junit:4.13.1'
|
testImplementation 'junit:junit:4.13.1'
|
||||||
ohosTestImplementation 'com.huawei.ohos.testkit:runner:2.0.0.400'
|
ohosTestImplementation 'com.huawei.ohos.testkit:runner:2.0.0.400'
|
||||||
}
|
}
|
||||||
decc {
|
decc {
|
||||||
supportType = ['html', 'xml']
|
supportType = ['xml', 'html']
|
||||||
}
|
}
|
||||||
|
|||||||
1
taoyao-client-harmony/taoyao/client/proguard-rules.pro
vendored
Normal file
1
taoyao-client-harmony/taoyao/client/proguard-rules.pro
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
-optimizationpasses 5
|
||||||
Reference in New Issue
Block a user