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

Commit 5cb858f6 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:...

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

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

Change-Id: I6996fd31a9cc88bfb21989a3886b16ab8ebbcbc5
parents b0ec48be fb496ad6
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:
    *;
};