Add liblog

Bug: 8580410
Change-Id: I24645233148f70c57d2f2b3a46952cb2a1aea9ba
This commit is contained in:
Ying Wang 2013-04-09 21:57:28 -07:00
parent 52feb4b114
commit 9003b113d1
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -15,6 +15,7 @@ LOCAL_SRC_FILES:= \
TestSettings.cpp \
LOCAL_SHARED_LIBRARIES := \
liblog \
libutils \
libcutils \
libstlport \