Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85ec1f65 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add linker script to maintain binary ABI stability"

parents 4511b77d 0bae3071
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -71,6 +71,8 @@ libbinder_no_vendor_interface_sources = [
cc_library {
cc_library {
    name: "libbinder",
    name: "libbinder",


    version_script: "libbinder.map",

    // for vndbinder
    // for vndbinder
    vendor_available: true,
    vendor_available: true,
    vndk: {
    vndk: {
+5 −0
Original line number Original line Diff line number Diff line
# b/190148312: Populate with correct list of ABI symbols
LIBBINDER {
  global:
    *;
};