commit | d258e68c77ae9b7eee640dcc60eb1e6eda0100df | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Nov 01 18:34:42 2021 -0700 |
committer | Yifan Hong <elsk@google.com> | Mon Nov 01 18:40:00 2021 -0700 |
tree | 44b13fdb30c5c2b67a0ac8e0317e897eb82976c7 | |
parent | 8347ab590004648816eb1101bf2b02993575319a [diff] [blame] |
binder: recovery variant does not use libandroid_runtime_vm_headers There's no Android Runtime in recovery anyways. Test: builds Change-Id: Iff202493241932ceb92988580150d6338058bc94
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index bb1b513..7ff128e 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp
@@ -147,6 +147,11 @@ "UtilsHost.cpp", ], }, + recovery: { + exclude_header_libs: [ + "libandroid_runtime_vm_headers", + ], + }, }, aidl: {