commit | 3409fcde88cdfbca661dae25fd13692625855263 | [log] [tgz] |
---|---|---|
author | Mike Stroyan <stroyan@google.com> | Fri Jan 29 15:11:28 2016 -0700 |
committer | Mike Stroyan <stroyan@google.com> | Fri Feb 05 11:05:05 2016 -0700 |
tree | eb344fc8361b76ecbd41b161b044f6c4902ae371 | |
parent | 31c50c8c6f067becda94c60f7c1ed0c5ea24adbd [diff] [blame] |
layers: change android build to xml threading Use threading validation layer generated from vk.xml for android.
diff --git a/layers/threading.cpp b/layers/threading.cpp index 195f9e5..238cca7 100644 --- a/layers/threading.cpp +++ b/layers/threading.cpp
@@ -29,7 +29,7 @@ #include <list> using namespace std; -#include "vk_layer.h" +#include "vulkan/vk_layer.h" #include "vk_layer_config.h" #include "vk_layer_extension_utils.h" #include "vk_layer_utils.h"