Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." am: 07f14c9cdd am: 40efc4c664 am: 98c4d5c4fe
am: e498182e3b
Change-Id: Ie609671f6061773e602295443ab746d3dd45076f
diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp
index 8a63f3f..f0131b8 100644
--- a/debuggerd/Android.bp
+++ b/debuggerd/Android.bp
@@ -9,6 +9,12 @@
"-Os",
],
+ target: {
+ android64: {
+ cflags: ["-DTARGET_IS_64_BIT"],
+ },
+ },
+
local_include_dirs: ["include"],
export_include_dirs: ["include"],