huawei drm integration p.3
This commit is contained in:
parent
e8fedce72d
commit
a64105de59
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ 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/')
|
||||
ant.unzip(src: 'HwDRM_SDK_2.5.2.300_ADT.zip', dest: 'libs/')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue