summaryrefslogtreecommitdiff
path: root/packages/CtsShim
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2020-04-22 11:22:28 +0100
committer Orion Hodson <oth@google.com> 2020-05-27 16:21:16 +0100
commite44f1c838048a79d59e2c85de311c60fc7c3eda1 (patch)
treeedb765a02ce7b47f6064fda52baa80b58abb27f6 /packages/CtsShim
parent35d31841b87bbf1c80be3c833f1ed82c1b4b089d (diff)
Add jni_headers dependency to libshim_jni
Preparation for removing implicit include paths for jni.h from soong. Bug: 152482542 Test: m checkbuild Change-Id: Ie8d55627d835d811ac601fb1e38952e9c1d0903f Merged-In: Ie8d55627d835d811ac601fb1e38952e9c1d0903f (cherry picked from commit cef4f8442c5ebc69ec1ef39e79e207d4537a5554)
Diffstat (limited to 'packages/CtsShim')
-rw-r--r--packages/CtsShim/build/jni/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/CtsShim/build/jni/Android.bp b/packages/CtsShim/build/jni/Android.bp
index ea15b43416b4..4fc6e8dfaaee 100644
--- a/packages/CtsShim/build/jni/Android.bp
+++ b/packages/CtsShim/build/jni/Android.bp
@@ -17,5 +17,6 @@
cc_library_shared {
name: "libshim_jni",
srcs: ["Shim.c"],
+ header_libs: ["jni_headers"],
sdk_version: "24",
}