mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
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>
This commit is contained in:
parent
9fa553206f
commit
ddf1881ec8
2 changed files with 6 additions and 3 deletions
|
@ -17,7 +17,8 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libdl \
|
||||
liblog \
|
||||
libloc_core \
|
||||
libgps.utils
|
||||
libgps.utils \
|
||||
libprocessgroup
|
||||
|
||||
LOCAL_SRC_FILES += \
|
||||
loc_eng.cpp \
|
||||
|
@ -77,7 +78,8 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libloc_eng \
|
||||
libloc_core \
|
||||
libgps.utils \
|
||||
libdl
|
||||
libdl \
|
||||
libprocessgroup
|
||||
|
||||
ifneq ($(filter $(TARGET_DEVICE), apq8084 msm8960), false)
|
||||
endif
|
||||
|
|
|
@ -9,7 +9,8 @@ include $(CLEAR_VARS)
|
|||
LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
libcutils \
|
||||
liblog
|
||||
liblog \
|
||||
libprocessgroup
|
||||
|
||||
LOCAL_SRC_FILES += \
|
||||
loc_log.cpp \
|
||||
|
|
Loading…
Reference in a new issue