Skip to content

Commit b12f417

Browse files
devinmoore-googGerrit Code Review
authored andcommitted
Merge "Stop checking ABI of libbinder_rpc_unstable" into main
2 parents 1c0f7af + a09b5b7 commit b12f417

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)