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:
Steve Pham
2021-06-15 09:19:29 -07:00
committed by GitHub
parent a671ebc699
commit 0241538c47
+2 -1
View File
@@ -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"
]
}
}