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

Commit b61819e2 authored by Dongwon Kang's avatar Dongwon Kang
Browse files

Add 'stubs' to libandroid

In order to exclude libandroid.so + its dependent libraries from the apex.

Test: build and check if libandroid.so is excluded in the media apex
Bug: 112766913
Change-Id: I5f1c5692a5395cf673d7868e0a429767d639720f
parent dcfef162
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -78,6 +78,10 @@ cc_library_shared {
    include_dirs: ["bionic/libc/dns/include"],

    version_script: "libandroid.map.txt",
    stubs: {
        symbol_file: "libandroid.map.txt",
        versions: ["29"],
    },
}

// Network library.