huawei drm integration p.2
This commit is contained in:
parent
8b67723775
commit
e8fedce72d
1 changed files with 7 additions and 0 deletions
|
@ -253,6 +253,13 @@ task downloadWorldMiniBasemap {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task downloadHuaweiDrm {
|
||||||
|
doLast {
|
||||||
|
ant.get(src: 'https://obs.cn-north-2.myhwclouds.com/hms-ds-wf/sdk/HwDRM_SDK_2.5.2.300_ADT.zip', dest: 'HwDRM_SDK_2.5.2.300_ADT.zip', skipexisting: 'true')
|
||||||
|
ant.unzip(src: 'HwDRM_SDK_2.5.2.300_ADT.zip', dest: 'huaweilib/')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
task collectVoiceAssets(type: Sync) {
|
task collectVoiceAssets(type: Sync) {
|
||||||
from "../../resources/voice"
|
from "../../resources/voice"
|
||||||
into "assets/voice"
|
into "assets/voice"
|
||||||
|
|
Loading…
Reference in a new issue