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

Commit c4390882 authored by Dan Albert's avatar Dan Albert
Browse files

Migrate khrplatform.h to ndk_headers.

Test: make native
Bug: http://b/30465923
Change-Id: Idaf0eb973b7569f92b1f1575869d13b8c5e706fd
parent 900da7b1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -40,6 +40,13 @@ ndk_headers {
    srcs: ["include/GLES3/**/*.h"],
}

ndk_headers {
    name: "khr_headers",
    from: "include",
    to: "",
    srcs: ["include/KHR/**/*.h"],
}

subdirs = [
    "*",
]