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

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