Merge "Migrate khrplatform.h to ndk_headers."
am: a0d616be74

Change-Id: I659219ee179aac1d43e74dcdecde46c073c89436
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 = [
     "*",
 ]