Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64."

This commit is contained in:
Josh Gao 2016-08-10 22:17:01 +00:00 committed by Gerrit Code Review
commit 07f14c9cdd

View file

@ -9,6 +9,12 @@ cc_library_static {
"-Os",
],
target: {
android64: {
cflags: ["-DTARGET_IS_64_BIT"],
},
},
local_include_dirs: ["include"],
export_include_dirs: ["include"],