Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad87810a authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge changes Ie7574cfe,Icc302d2b

* changes:
  remove unneeded forward declaration
  fix typo (minor)
parents 00a1513c e9acc296
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
// limitations under the License.

ndk_headers {
    name: "libnativewdinwow_headers",
    name: "libnativewindwow_headers",
    from: "include/android",
    to: "android",
    srcs: ["include/android/*.h"],
+0 −1
Original line number Diff line number Diff line
@@ -3702,7 +3702,6 @@ VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceMirPresentationSupportKHR(

#ifdef VK_USE_PLATFORM_ANDROID_KHR
#define VK_KHR_android_surface 1
struct ANativeWindow;

#define VK_KHR_ANDROID_SURFACE_SPEC_VERSION 6
#define VK_KHR_ANDROID_SURFACE_EXTENSION_NAME "VK_KHR_android_surface"