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

Commit fab80a17 authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Merge "Add linker script to maintain binary ABI stability" into sc-dev am: bba52f42

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14834713

Change-Id: I7c264d48e098a3bc0943fced7e6172c88c94d1d0
parents 39cd57b8 bba52f42
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@ libbinder_no_vendor_interface_sources = [
cc_library {
    name: "libbinder",

    version_script: "libbinder.map",

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