mirror of
https://gitee.com/openharmony/applications_app_samples
synced 2024-11-23 00:20:07 +00:00
修复NdkVulkan测试模块编译报错
Signed-off-by: yeyedeshen <yangxin181@huawei.com>
This commit is contained in:
parent
4d5566a120
commit
811e7f7298
@ -42,7 +42,7 @@ export default function abilityTest() {
|
||||
hilog.info(DOMAIN, TAG, BUNDLE + 'StartAbility_001, begin');
|
||||
//start tested ability
|
||||
const want: Want = {
|
||||
bundleName: bundleName,
|
||||
bundleName: 'com.samples.ndkvulkan',
|
||||
abilityName: 'EntryAbility'
|
||||
}
|
||||
await delegator.startAbility(want);
|
||||
|
@ -22,5 +22,6 @@
|
||||
"dependencies": {
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ohos/hypium": "1.0.6"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user