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

Commit edbd6d89 authored by Jesse Hall's avatar Jesse Hall
Browse files

opengl: make gl_headers available to host modules

Bug: 141989085
Test: build
Change-Id: I3dc40c1443c4db03ccf928dfa43263dc095a2d6c
parent 0e94797b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -54,6 +54,7 @@ ndk_headers {


cc_library_headers {
cc_library_headers {
    name: "gl_headers",
    name: "gl_headers",
    host_supported: true,
    vendor_available: true,
    vendor_available: true,
    export_include_dirs: ["include"],
    export_include_dirs: ["include"],
}
}