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
Matombo
AndroidSystemCore
Commits
f8a97c1f
Commit
f8a97c1f
authored
Mar 23, 2018
by
Josh Gao
Browse files
Options
Downloads
Patches
Plain Diff
adb: start building windows test again.
Test: mma Change-Id: Iea2a3055cc3642905a1bbdd18550a9fc12702da8
parent
2e1e789e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
adb/Android.bp
+13
-5
13 additions, 5 deletions
adb/Android.bp
with
13 additions
and
5 deletions
adb/Android.bp
+
13
−
5
View file @
f8a97c1f
...
...
@@ -78,6 +78,12 @@ cc_defaults {
// MinGW hides some things behind _POSIX_SOURCE.
"-D_POSIX_SOURCE",
],
host_ldlibs: [
"-lws2_32",
"-lgdi32",
"-luserenv",
],
},
},
}
...
...
@@ -176,6 +182,13 @@ cc_test_host {
"libdiagnose_usb",
"libusb",
],
target: {
windows: {
enabled: true,
shared_libs: ["AdbWinApi"],
},
},
}
cc_binary_host {
...
...
@@ -223,11 +236,6 @@ cc_binary_host {
windows: {
enabled: true,
ldflags: ["-municode"],
host_ldlibs: [
"-lws2_32",
"-lgdi32",
],
shared_libs: ["AdbWinApi"],
required: [
"AdbWinUsbApi",
...
...
...
...
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
sign in
to comment