Skip to content

Commit

Permalink
Add liblog
Browse files Browse the repository at this point in the history
Bug: 8580410
Change-Id: I24645233148f70c57d2f2b3a46952cb2a1aea9ba
  • Loading branch information
Ying Wang committed Apr 10, 2013
1 parent 52feb4b commit 9003b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions tests/camera2/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LOCAL_SRC_FILES:= \
TestSettings.cpp \

LOCAL_SHARED_LIBRARIES := \
liblog \
libutils \
libcutils \
libstlport \
Expand Down

0 comments on commit 9003b11

Please sign in to comment.