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

Commit 24499f38 authored by Dan Willemsen's avatar Dan Willemsen Committed by Automerger Merge Worker
Browse files

Merge "Fix visibility rules now that Make supports visibility checks" am: 48d272c7 am: ce53427a

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1324639

Change-Id: Ibd1301db0fe158d5f81cc65641359967d066acd1
parents 86c87fe4 ce53427a
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: {