aboutsummaryrefslogtreecommitdiff
path: root/kokoro/ndk-build
AgeCommit message (Collapse)Author
2019-03-05[vulkan] Generate wrapper functions for vulkan methods. (#328)dan sinclair
This CL adds a update_vk_wrappers.py script which is executed during the build. The script will generate src/vk-wrappers.h and src/vk-wrappers.inc files into the binary directory. The .h file lists the struct entries for the VulkanPtr struct. The vk-wrappers.inc file contains the code to load the vulkan function pointers. If the vk.xml file is found, the wrappers will be lambdas, if vk.xml is not found they're straight function pointers. This should allow us to work with the CTS as we do now. Issue #324.
2019-02-19Fix Android plain executable: force Vulkan, disable validation layers (#297)Hugues Evrard
* Force vulkan engine on Android build * Document how to use Android plain executable * Switch to NDK r16
2019-02-14Add compilation scaffolding for plain Android executable (#285)Hugues Evrard
2018-11-29Remove accidental SRC setting in ndk build (#119)dan sinclair
Remove accidental SRC setting in ndk build Remove amber-impl
2018-11-29Add NDK build (#117)dan sinclair