diff options
author | Orion Hodson <oth@google.com> | 2020-04-11 18:21:45 +0100 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2020-04-16 09:13:29 +0100 |
commit | 76bc8333d6255897a0dcab9705b13dc5b6439012 (patch) | |
tree | a3494bba070aebd61b9d946b25c0f4216a973333 /openjdkjvmti | |
parent | 02e6a6ffa2ea384e13d179f237fb329b0b495682 (diff) |
Bundle jni_headers with libopenjdkjvmti_headers
Preparation for removing implicit include paths for jni.h from soong.
Bug: 152482542
Test: m checkbuild
Change-Id: Ie8218b61c1e394cae2cdbfc468076b86b433f95c
Diffstat (limited to 'openjdkjvmti')
-rw-r--r-- | openjdkjvmti/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openjdkjvmti/Android.bp b/openjdkjvmti/Android.bp index 3aab1ffa07..a32e738455 100644 --- a/openjdkjvmti/Android.bp +++ b/openjdkjvmti/Android.bp @@ -16,7 +16,9 @@ cc_library_headers { name: "libopenjdkjvmti_headers", visibility: ["//visibility:public"], + header_libs: ["jni_headers"], host_supported: true, + export_header_lib_headers: ["jni_headers"], export_include_dirs: ["include"], sdk_version: "current", } |