Ignore pre-build android validation layers [skip ci]

This commit is contained in:
saschawillems 2017-04-07 20:08:03 +02:00
parent 8e6e95b5f2
commit ac0a4989bd
2 changed files with 13 additions and 1 deletions

5
.gitignore vendored
View file

@ -204,4 +204,7 @@ vulkanCapsViewer/vulkanreport.json
!data/models/voyager/*.obj
# DLLs in bin
!bin/*.dll
!bin/*.dll
# Android validation layer libraries
android/layers/*/*.so

9
android/layers/README.md Normal file
View file

@ -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
...