Merge "Fix build errors with libgps.utils.so"
This commit is contained in:
commit
9e2e7b8004
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