Fix build errors with libgps.utils.so
set_sched_policy() was moved from libcutils to libprocessgroup CRs-fixed: 2390701 Change-Id: I1468dee2b30f79bcdaa4ab3144628fddc69c4e80
This commit is contained in:
parent
b8ebd13693
commit
2e97d321f9
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ include $(CLEAR_VARS)
|
|||
LOCAL_SHARED_LIBRARIES := \
|
||||
libutils \
|
||||
libcutils \
|
||||
liblog
|
||||
liblog \
|
||||
libprocessgroup
|
||||
|
||||
LOCAL_SRC_FILES += \
|
||||
loc_log.cpp \
|
||||
|
|
Loading…
Reference in a new issue