blob: 64ccf5d931bf98e64b3b1ba0e663fe8b9d8bc462 [file] [log] [blame]
Jesse Hall89bf2772015-10-08 22:21:10 -07001frameworks/native/vulkan/patches
2================================
3Each subdirectory corresponds to a sequence of patches. These are
4"virtual branches": we only have one shared branch, so these let us
5share experimental or auxiliary changes without disturbing the main
6branch.
7
8To apply:
9$ cd <somewhere in target git repo>
10$ git am $VULKAN_PATCHES/$PATCH_DIR/*
11
12
13frameworks_base-apk_library_dir
14-------------------------------
15This branch is for frameworks/base. It modifies the framework to
16inform the Vulkan loader, during activity startup, where the
17activity's native library directory. The loader will search this
18directory for layer libraries. Without this change, layers will only
19be loaded from a global location under /data.