diff options
-rw-r--r-- | libs/binder/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index 6903cb5d68..2ef642a3a0 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -871,6 +871,10 @@ cc_library { symbol_file: "libbinder_rpc_unstable.map.txt", }, + header_abi_checker: { + enabled: false, + }, + // This library is intentionally limited to these targets, and it will be removed later. // Do not expand the visibility. visibility: [ |