summaryrefslogtreecommitdiffstats
path: root/cpp/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/Android.bp')
-rw-r--r--cpp/Android.bp10
1 files changed, 8 insertions, 2 deletions
diff --git a/cpp/Android.bp b/cpp/Android.bp
index 973c5633e..fc32d52d9 100644
--- a/cpp/Android.bp
+++ b/cpp/Android.bp
@@ -58,8 +58,14 @@ cc_defaults {
// We need to export not just rs/cpp but also rs. This is because
// RenderScript.h includes rsCppStructs.h, which includes rs/rsDefines.h.
- header_libs: ["rs-headers"],
- export_header_lib_headers: ["rs-headers"],
+ header_libs: [
+ "jni_headers",
+ "rs-headers"
+ ],
+ export_header_lib_headers: [
+ "jni_headers",
+ "rs-headers"
+ ],
export_include_dirs: ["."],
shared_libs: [