a9979d1583
Bug: skia: Change-Id: I68198c9f2ea1b859658d2bc75abf33f535960781 Reviewed-on: https://skia-review.googlesource.com/149284 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
14 lines
312 B
C
14 lines
312 B
C
/*
|
|
* Copyright 2018 Google Inc.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
* found in the LICENSE file.
|
|
*/
|
|
|
|
#include "vulkan/vulkan_core.h"
|
|
|
|
#ifdef SK_BUILD_FOR_ANDROID
|
|
// This is needed to get android extensions for external memory
|
|
#include "vulkan/vulkan_android.h"
|
|
#endif
|