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

Change-Id: Id90ba4f0782c7a9a620e6bd273813e5a56dbd140
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
lineage-17.1
Suren Baghdasaryan 4 years ago committed by ripee
parent 9fa553206f
commit ddf1881ec8

@ -17,7 +17,8 @@ LOCAL_SHARED_LIBRARIES := \
libdl \ libdl \
liblog \ liblog \
libloc_core \ libloc_core \
libgps.utils libgps.utils \
libprocessgroup
LOCAL_SRC_FILES += \ LOCAL_SRC_FILES += \
loc_eng.cpp \ loc_eng.cpp \
@ -77,7 +78,8 @@ LOCAL_SHARED_LIBRARIES := \
libloc_eng \ libloc_eng \
libloc_core \ libloc_core \
libgps.utils \ libgps.utils \
libdl libdl \
libprocessgroup
ifneq ($(filter $(TARGET_DEVICE), apq8084 msm8960), false) ifneq ($(filter $(TARGET_DEVICE), apq8084 msm8960), false)
endif endif

@ -9,7 +9,8 @@ include $(CLEAR_VARS)
LOCAL_SHARED_LIBRARIES := \ LOCAL_SHARED_LIBRARIES := \
libutils \ libutils \
libcutils \ libcutils \
liblog liblog \
libprocessgroup
LOCAL_SRC_FILES += \ LOCAL_SRC_FILES += \
loc_log.cpp \ loc_log.cpp \

Loading…
Cancel
Save