From ac0a4989bdb9f76a2cea2bbb9a8a0ac9a8b8ac04 Mon Sep 17 00:00:00 2001 From: saschawillems Date: Fri, 7 Apr 2017 20:08:03 +0200 Subject: [PATCH] Ignore pre-build android validation layers [skip ci] --- .gitignore | 5 ++++- android/layers/README.md | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 android/layers/README.md diff --git a/.gitignore b/.gitignore index cf831351..60b5ae10 100644 --- a/.gitignore +++ b/.gitignore @@ -204,4 +204,7 @@ vulkanCapsViewer/vulkanreport.json !data/models/voyager/*.obj # DLLs in bin -!bin/*.dll \ No newline at end of file +!bin/*.dll + +# Android validation layer libraries +android/layers/*/*.so \ No newline at end of file diff --git a/android/layers/README.md b/android/layers/README.md new file mode 100644 index 00000000..45efa239 --- /dev/null +++ b/android/layers/README.md @@ -0,0 +1,9 @@ +# Android validation layers + +Put the pre-built validation layers into the folder for the architecture you're targeting. + +E.g. for armeabi-v7a: + +./armeabi-v7a/libVkLayer_core_validation.so +./armeabi-v7a/libVkLayer_object_tracker.so +... \ No newline at end of file