Add jni_headers dependency to libsmartcamera_jni

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

Bug: 152482542
Test: m checkbuild
Change-Id: Ibbbedfd18e574c7e668bc658d24bae5139de5cec
This commit is contained in:
Orion Hodson
2020-04-22 11:24:19 +01:00
parent cef4f8442c
commit 39388baac9

View File

@@ -33,5 +33,6 @@ cc_test_library {
"-Werror",
"-Wno-unused-parameter",
],
header_libs: ["jni_headers"],
stl: "c++_static",
}