Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ac6ddeb authored by Ashish Sharma's avatar Ashish Sharma
Browse files

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

Change-Id: I0a2d1615108b6c10064b3635d05699748a1341a4
parent 6dce8322
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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