diff --git a/provider-utils/awscloudformation/utils/video-getinfo.js b/provider-utils/awscloudformation/utils/video-getinfo.js index 7fb5365c..f36ea0fa 100644 --- a/provider-utils/awscloudformation/utils/video-getinfo.js +++ b/provider-utils/awscloudformation/utils/video-getinfo.js @@ -38,7 +38,7 @@ async function generateAWSExportsVideo(context) { if (projectConfig.frontend === 'ios') { filePath = './aws-video-exports.json'; } else if (projectConfig.frontend === 'android') { - filePath = `./${projectConfig.android.config.ResDir}/aws-video-exports.json`; + filePath = `./${projectConfig.android.config.ResDir}/raw/aws_video_exports.json`; } else if (projectConfig.frontend === 'javascript') { filePath = `./${projectConfig.javascript.config.SourceDir}/aws-video-exports.js`; } else {