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

Commit 48d272c7 authored by Dan Willemsen's avatar Dan Willemsen Committed by Gerrit Code Review
Browse files

Merge "Fix visibility rules now that Make supports visibility checks"

parents 536f220f ed96fe1d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -126,7 +126,10 @@ cc_library {
// Static library without DEX support to avoid dependencies on the ART APEX.
cc_library_static {
    name: "libbacktrace_no_dex",
    visibility: ["//system/core/debuggerd"],
    visibility: [
        "//system/core/debuggerd",
        "//system/core/init",
    ],
    defaults: ["libbacktrace_defaults"],
    cflags: ["-DNO_LIBDEXFILE_SUPPORT"],
    target: {