diff options
author | 2024-10-29 19:19:00 +0000 | |
---|---|---|
committer | 2024-10-29 19:19:00 +0000 | |
commit | b12f417e2ef4cad727a5d8406606d996a7b34e89 (patch) | |
tree | 1ee6a794e6b52302591909c7051b5aa2b8768d2f | |
parent | 1c0f7af81702dc2ec5162a07b0bb874e1dc25f78 (diff) | |
parent | a09b5b7417cf4f2b094af15c0a4a6f0306e87384 (diff) |
Merge "Stop checking ABI of libbinder_rpc_unstable" into main
-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: [ |