Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
07f14c9c
Commit
07f14c9c
authored
Aug 10, 2016
by
Josh Gao
Committed by
Gerrit Code Review
Aug 10, 2016
Browse files
Options
Downloads
Plain Diff
Merge "Define TARGET_IS_64_BIT when building libdebuggerd_client for android64."
parents
0f39fe22
9eb02c97
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
debuggerd/Android.bp
+6
-0
6 additions, 0 deletions
debuggerd/Android.bp
with
6 additions
and
0 deletions
debuggerd/Android.bp
+
6
−
0
View file @
07f14c9c
...
...
@@ -9,6 +9,12 @@ cc_library_static {
"-Os",
],
target: {
android64: {
cflags: ["-DTARGET_IS_64_BIT"],
},
},
local_include_dirs: ["include"],
export_include_dirs: ["include"],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment