summaryrefslogtreecommitdiff
path: root/libs/binder/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/binder/Android.bp')
-rw-r--r--libs/binder/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index df965ab65f..73700765e4 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -161,7 +161,7 @@ cc_defaults {
],
header_libs: [
- "libandroid_runtime_vm_headers",
+ "jni_headers",
],
export_header_lib_headers: [
@@ -315,7 +315,7 @@ cc_library {
},
recovery: {
exclude_header_libs: [
- "libandroid_runtime_vm_headers",
+ "jni_headers",
],
},
},