Add linux equivalents for all the places that enumerate platforms (#3325)
* Add linux equivalents for all the places that enumerate platforms Signed-off-by: Chris Burel <burelc@amazon.com> * Fix the AssetFileInfoListComparisonTest fixture to not hardcode the PC platform Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
"Platform pc": {
|
||||
"tags": "tools,renderer,dx12,vulkan,null"
|
||||
},
|
||||
"Platform linux": {
|
||||
"tags": "tools,renderer,vulkan,null"
|
||||
},
|
||||
"Platform android": {
|
||||
"tags": "android,mobile,renderer,vulkan"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user