Merge "Fix visibility rules now that Make supports visibility checks" am: 48d272c79c
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1324639 Change-Id: I546f4196c62941cf1b0975054aabde3605951617
This commit is contained in:
commit
ce53427a3a
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue