Merge "Fix visibility rules now that Make supports visibility checks"
This commit is contained in:
commit
48d272c79c
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue