msm8974-common: gps: Add libprocessgroup dependency to set_sched_policy users
Add libprocessgroup dependency required for set_sched_policy function. Include sched_policy_ctrl.h header which now contains set_sched_policy definition. Bug: 111307099 Test: builds, boots Merged-In: I3b93555d4be0a8b3040235b2ab872a6a3238505e Change-Id: I3b93555d4be0a8b3040235b2ab872a6a3238505e Signed-off-by: Suren Baghdasaryan <surenb@google.com>
This commit is contained in:
parent
c0ea446532
commit
2efdd808f9
@ -14,7 +14,8 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libdl \
|
||||
liblog \
|
||||
libloc_core \
|
||||
libgps.utils
|
||||
libgps.utils \
|
||||
libprocessgroup
|
||||
|
||||
LOCAL_SRC_FILES += \
|
||||
loc_eng.cpp \
|
||||
@ -71,7 +72,8 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libloc_eng \
|
||||
libloc_core \
|
||||
libgps.utils \
|
||||
libdl
|
||||
libdl \
|
||||
libprocessgroup
|
||||
|
||||
LOCAL_SRC_FILES += \
|
||||
loc.cpp \
|
||||
|
@ -6,7 +6,8 @@ include $(CLEAR_VARS)
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
libcutils \
|
||||
liblog
|
||||
liblog \
|
||||
libprocessgroup
|
||||
|
||||
LOCAL_SRC_FILES += \
|
||||
loc_log.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user