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

Commit 7da6313d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make vulkan build with the VNDK."

parents cb350666 54409a31
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -25,8 +25,16 @@ ndk_headers {

cc_library_headers {
    name: "vulkan_headers",
    export_include_dirs: ["include"],
    vendor_available: true,
    header_libs: [
        "libcutils_headers",
        "libhardware_headers",
    ],
    export_header_lib_headers: [
        "libcutils_headers",
        "libhardware_headers",
    ],
    export_include_dirs: ["include"],
}

subdirs = [
+1 −1
Original line number Diff line number Diff line
@@ -19,12 +19,12 @@
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

#include <algorithm>
#include <array>

#include <log/log.h>
#include <utils/Errors.h>

#include "null_driver_gen.h"