Fix Android Startup Error related to bootstrap's project_path being in the target deployed bootstrap path (#1322)

* Add '/Amazon/AzCore/Bootstrap/project_path' to setregbuilder.assetprocessor.setreg/Amazon/AssetBuilder/Excludes
main
Steve Pham 5 years ago committed by GitHub
parent a671ebc699
commit 0241538c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,8 @@
// members or entries will be recursively ignored as well. // members or entries will be recursively ignored as well.
"Excludes": "Excludes":
[ [
"/Amazon/AzCore/Runtime" "/Amazon/AzCore/Runtime",
"/Amazon/AzCore/Bootstrap/project_path"
] ]
} }
} }

Loading…
Cancel
Save