Add dependency on jni_headers to opengl tests

Preparation for removing implicit include paths for jni.h from soong.

Bug: 152482542
Test: m checkbuild
Change-Id: I7a6c702f93d37d079861dac1d1adad12a6cc4ccf
This commit is contained in:
Orion Hodson 2020-04-11 21:17:05 +01:00
parent c0aff669f8
commit 7c73c0e00a
4 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,7 @@ cc_library_shared {
"-Werror",
"-Wno-error=unused-parameter",
],
header_libs: ["jni_headers"],
srcs: ["jni/gl_code.cpp"],
shared_libs: [
"liblog",

View file

@ -19,6 +19,7 @@ cc_library_shared {
"-Werror",
"-Wno-error=unused-parameter",
],
header_libs: ["jni_headers"],
srcs: ["jni/gl_code.cpp"],
shared_libs: [
"liblog",

View file

@ -17,6 +17,7 @@ cc_library_shared {
"-Werror",
"-Wno-error=unused-parameter",
],
header_libs: ["jni_headers"],
srcs: ["jni/gl_code.cpp"],
shared_libs: [
"liblog",

View file

@ -20,6 +20,7 @@ cc_library_shared {
"-Werror",
"-Wno-error=unused-parameter",
],
header_libs: ["jni_headers"],
srcs: ["jni/gl_code.cpp"],
shared_libs: [
"liblog",