linker: Only link to debuggerd on Android
am: 4326d84d21
Change-Id: I993eaf94c8d55702f40744aedf550f43b2de9866
This commit is contained in:
commit
7e78df9a62
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ cc_binary {
|
|||
"libbase",
|
||||
"libz",
|
||||
|
||||
"libdebuggerd_handler_fallback",
|
||||
"libasync_safe",
|
||||
|
||||
"liblog",
|
||||
"libc++_static",
|
||||
|
@ -156,7 +156,7 @@ cc_binary {
|
|||
},
|
||||
target: {
|
||||
android: {
|
||||
static_libs: ["libdebuggerd_client"],
|
||||
static_libs: ["libdebuggerd_handler_fallback"],
|
||||
},
|
||||
android64: {
|
||||
cflags: ["-DTARGET_IS_64_BIT"],
|
||||
|
|
Loading…
Reference in a new issue