Loading vulkan/nulldrv/null_driver.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,11 @@ * limitations under the License. */ // (b/291762537): This code uses malloc_usable_size(), and thus can't be // built with _FORTIFY_SOURCE=3. #undef _FORTIFY_SOURCE #define _FORTIFY_SOURCE 2 #include <android/hardware_buffer.h> #include <hardware/hwvulkan.h> Loading Loading
vulkan/nulldrv/null_driver.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,11 @@ * limitations under the License. */ // (b/291762537): This code uses malloc_usable_size(), and thus can't be // built with _FORTIFY_SOURCE=3. #undef _FORTIFY_SOURCE #define _FORTIFY_SOURCE 2 #include <android/hardware_buffer.h> #include <hardware/hwvulkan.h> Loading