Ignore pre-build android validation layers [skip ci]
This commit is contained in:
parent
8e6e95b5f2
commit
ac0a4989bd
2 changed files with 13 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -205,3 +205,6 @@ vulkanCapsViewer/vulkanreport.json
|
|||
|
||||
# DLLs in bin
|
||||
!bin/*.dll
|
||||
|
||||
# Android validation layer libraries
|
||||
android/layers/*/*.so
|
||||
9
android/layers/README.md
Normal file
9
android/layers/README.md
Normal 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
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue