Add liblog
Bug: 8580410 Change-Id: I24645233148f70c57d2f2b3a46952cb2a1aea9ba
This commit is contained in:
parent
52feb4b114
commit
9003b113d1
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ SUBDIR_MAKEFILES := $(call all-named-subdir-makefiles,modules tests)
|
|||
LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libcutils
|
||||
LOCAL_SHARED_LIBRARIES := libcutils liblog
|
||||
|
||||
LOCAL_INCLUDES += $(LOCAL_PATH)
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ LOCAL_SRC_FILES:= \
|
|||
TestSettings.cpp \
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
liblog \
|
||||
libutils \
|
||||
libcutils \
|
||||
libstlport \
|
||||
|
|
Loading…
Reference in a new issue