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
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
// members or entries will be recursively ignored as well.
|
||||
"Excludes":
|
||||
[
|
||||
"/Amazon/AzCore/Runtime"
|
||||
"/Amazon/AzCore/Runtime",
|
||||
"/Amazon/AzCore/Bootstrap/project_path"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user