From 63c613c7428794d3be6cc48a4da2da22efad6786 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 9 Apr 2013 21:42:59 -0700 Subject: [PATCH] Add liblog Bug: 8580410 Change-Id: I25981e09574567b305f659b99d3a179942e1deb4 --- samples/SimpleJNI/jni/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/SimpleJNI/jni/Android.mk b/samples/SimpleJNI/jni/Android.mk index a704fcf9a..538c6a05f 100644 --- a/samples/SimpleJNI/jni/Android.mk +++ b/samples/SimpleJNI/jni/Android.mk @@ -32,7 +32,7 @@ LOCAL_SRC_FILES:= \ # All of the shared libraries we link against. LOCAL_SHARED_LIBRARIES := \ - libutils + libutils liblog # No static libraries. LOCAL_STATIC_LIBRARIES :=