layers: MR89, Fix gtests for android
Conflicts:
layers/draw_state.cpp
layers/image.cpp
layers/mem_tracker.cpp
diff --git a/layers/apidump.h b/layers/apidump.h
index fb13170..ce49431 100644
--- a/layers/apidump.h
+++ b/layers/apidump.h
@@ -36,7 +36,7 @@
#define LAYER_PROPS_ARRAY_SIZE 1
static const VkLayerProperties layerProps[LAYER_PROPS_ARRAY_SIZE] = {
{
- "Generic",
+ "VK_LAYER_LUNARG_api_dump",
VK_API_VERSION, // specVersion
VK_MAKE_VERSION(0, 1, 0), // implementationVersion
"layer: APIDump",
@@ -46,7 +46,7 @@
#define LAYER_DEV_PROPS_ARRAY_SIZE 1
static const VkLayerProperties layerDevProps[LAYER_DEV_PROPS_ARRAY_SIZE] = {
{
- "Generic",
+ "VK_LAYER_LUNARG_api_dump",
VK_API_VERSION, // specVersion
VK_MAKE_VERSION(0, 1, 0), // implementationVersion
"layer: APIDump",