Merge "Migrate khrplatform.h to ndk_headers."
diff --git a/opengl/Android.bp b/opengl/Android.bp
index 3deb9f0..164be20 100644
--- a/opengl/Android.bp
+++ b/opengl/Android.bp
@@ -40,6 +40,13 @@
     srcs: ["include/GLES3/**/*.h"],
 }
 
+ndk_headers {
+    name: "khr_headers",
+    from: "include",
+    to: "",
+    srcs: ["include/KHR/**/*.h"],
+}
+
 subdirs = [
     "*",
 ]