Skip to content

Commit a09b5b7

Browse files
Stop checking ABI of libbinder_rpc_unstable
We know this is unstable. It's not allowed in updatable apexes. Test: m Bug: 372381104 Change-Id: I4c2083081bd827ef8058dea1a73c63c94df3af9a
1 parent bcd6336 commit a09b5b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

libs/binder/Android.bp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,10 @@ cc_library {
871871
symbol_file: "libbinder_rpc_unstable.map.txt",
872872
},
873873

874+
header_abi_checker: {
875+
enabled: false,
876+
},
877+
874878
// This library is intentionally limited to these targets, and it will be removed later.
875879
// Do not expand the visibility.
876880
visibility: [

0 commit comments

Comments
 (0)