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:
parent
c0aff669f8
commit
7c73c0e00a
4 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@ cc_library_shared {
|
|||
"-Werror",
|
||||
"-Wno-error=unused-parameter",
|
||||
],
|
||||
header_libs: ["jni_headers"],
|
||||
srcs: ["jni/gl_code.cpp"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
|
|
|
@ -19,6 +19,7 @@ cc_library_shared {
|
|||
"-Werror",
|
||||
"-Wno-error=unused-parameter",
|
||||
],
|
||||
header_libs: ["jni_headers"],
|
||||
srcs: ["jni/gl_code.cpp"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
|
|
|
@ -17,6 +17,7 @@ cc_library_shared {
|
|||
"-Werror",
|
||||
"-Wno-error=unused-parameter",
|
||||
],
|
||||
header_libs: ["jni_headers"],
|
||||
srcs: ["jni/gl_code.cpp"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
|
|
|
@ -20,6 +20,7 @@ cc_library_shared {
|
|||
"-Werror",
|
||||
"-Wno-error=unused-parameter",
|
||||
],
|
||||
header_libs: ["jni_headers"],
|
||||
srcs: ["jni/gl_code.cpp"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
|
|
Loading…
Reference in a new issue