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
e3baafd8
Commit
e3baafd8
authored
Aug 11, 2009
by
Raphael
Browse files
Options
Downloads
Patches
Plain Diff
BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
parent
c52c6021
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
adb/Android.mk
+5
-3
5 additions, 3 deletions
adb/Android.mk
with
5 additions
and
3 deletions
adb/Android.mk
+
5
−
3
View file @
e3baafd8
...
...
@@ -53,7 +53,7 @@ LOCAL_SRC_FILES := \
$(
USB_SRCS
)
\
shlist.c
\
utils.c
\
usb_vendors.c
\
usb_vendors.c
ifneq
($(USE_SYSDEPS_WIN32),)
...
...
@@ -76,7 +76,9 @@ include $(BUILD_HOST_EXECUTABLE)
$(
call
dist-for-goals,droid,
$(
LOCAL_BUILT_MODULE
))
ifeq
($(HOST_OS),windows)
$(LOCAL_INSTALLED_MODULE)
:
$(HOST_OUT_EXECUTABLES)/AdbWinApi.dll
$(LOCAL_INSTALLED_MODULE)
:
\
$(HOST_OUT_EXECUTABLES)/AdbWinApi.dll
\
$(HOST_OUT_EXECUTABLES)/AdbWinUsbApi.dll
endif
...
...
@@ -113,7 +115,7 @@ LOCAL_SRC_FILES := \
remount_service.c
\
usb_linux_client.c
\
log_service.c
\
utils.c
\
utils.c
LOCAL_CFLAGS
:=
-O2
-g
-DADB_HOST
=
0
-Wall
-Wno-unused-parameter
LOCAL_CFLAGS
+=
-D_XOPEN_SOURCE
-D_GNU_SOURCE
...
...
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