Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64."
am: 07f14c9cdd
Change-Id: Ieac230f7a5cd0107420f0f5dfc84d1d9a19e70e0
This commit is contained in:
commit
40efc4c664
1 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,12 @@ cc_library_static {
|
||||||
"-Os",
|
"-Os",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
target: {
|
||||||
|
android64: {
|
||||||
|
cflags: ["-DTARGET_IS_64_BIT"],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
local_include_dirs: ["include"],
|
local_include_dirs: ["include"],
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue