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
1ac6ddeb
Commit
1ac6ddeb
authored
Jul 10, 2011
by
Ashish Sharma
Browse files
Options
Downloads
Patches
Plain Diff
Move qtaguid.c from common sources in Android.mk to fix windows build.
Change-Id: I0a2d1615108b6c10064b3635d05699748a1341a4
parent
6dce8322
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
libcutils/Android.mk
+2
-3
2 additions, 3 deletions
libcutils/Android.mk
with
2 additions
and
3 deletions
libcutils/Android.mk
+
2
−
3
View file @
1ac6ddeb
...
...
@@ -48,8 +48,7 @@ commonSources := \
threads.c
\
sched_policy.c
\
iosched_policy.c
\
str_parms.c
\
qtaguid.c
str_parms.c
commonHostSources
:=
\
ashmem-host.c
...
...
@@ -112,7 +111,7 @@ else #!sim
# ========================================================
include
$(CLEAR_VARS)
LOCAL_MODULE
:=
libcutils
LOCAL_SRC_FILES
:=
$(
commonSources
)
ashmem-dev.c mq.c android_reboot.c partition_utils.c uevent.c
LOCAL_SRC_FILES
:=
$(
commonSources
)
ashmem-dev.c mq.c android_reboot.c partition_utils.c uevent.c
qtaguid.c
ifeq
($(TARGET_ARCH),arm)
LOCAL_SRC_FILES
+=
arch-arm/memset32.S
...
...
...
...
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