Skip to content
Snippets Groups Projects
Commit 98c4d5c4 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64." am: 07f14c9c

am: 40efc4c6

Change-Id: If6889e54994c39280a39cc700f46470b6b760dda
parents f997434b 40efc4c6
Branches
Tags
No related merge requests found
...@@ -9,6 +9,12 @@ cc_library_static { ...@@ -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"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment