Move to bionic platform include.

Bug: 141560639

Test: Builds.
Change-Id: Iccc1cc09135399c6f7d4f33a0483762cd28ae43a
Merged-In: Iccc1cc09135399c6f7d4f33a0483762cd28ae43a
(cherry picked from commit ddd1d6b32c7b79ee8d5d1c00907a47d5d9834e9f)
diff --git a/opengl/libagl/Android.bp b/opengl/libagl/Android.bp
index 6ec24b3..f5bf015 100644
--- a/opengl/libagl/Android.bp
+++ b/opengl/libagl/Android.bp
@@ -25,8 +25,9 @@
         "libnativewindow",
     ],
 
-    // we need to access the private Bionic header <bionic_tls.h>
-    include_dirs: ["bionic/libc/private"],
+    header_libs: [
+        "bionic_libc_platform_headers",
+    ],
 
     arch: {
         arm: {