Move qtaguid.c from common sources in Android.mk to fix windows build.

Change-Id: I0a2d1615108b6c10064b3635d05699748a1341a4
This commit is contained in:
Ashish Sharma 2011-07-10 15:25:14 -07:00
parent 6dce8322d6
commit 1ac6ddeba6
1 changed files with 2 additions and 3 deletions

View File

@ -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