commit | 70d8ca784c36db55c56b6f63408c95d3aaab6bb6 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Sep 26 08:27:25 2019 -0700 |
committer | Christopher Ferris <cferris@google.com> | Fri Sep 27 14:23:21 2019 -0700 |
tree | 3057957d025de883d7e3550276a5598a9103fa06 | |
parent | 43b0ed12aea603a45556c13100df5bd95e6c7ced [diff] |
Move to bionic platform include. Bug: 141560639 Test: Builds. Change-Id: Iccc1cc09135399c6f7d4f33a0483762cd28ae43a Merged-In: Iccc1cc09135399c6f7d4f33a0483762cd28ae43a (cherry picked from commit ddd1d6b32c7b79ee8d5d1c00907a47d5d9834e9f)
diff --git a/opengl/tests/EGLTest/Android.bp b/opengl/tests/EGLTest/Android.bp index 19c8b37..8bfe517 100644 --- a/opengl/tests/EGLTest/Android.bp +++ b/opengl/tests/EGLTest/Android.bp
@@ -28,9 +28,11 @@ ], include_dirs: [ - "bionic/libc/private", "frameworks/native/opengl/libs", "frameworks/native/opengl/libs/EGL", ], + header_libs: [ + "bionic_libc_platform_headers", + ], }