commit | f184f54466801de36e47fcc2871f309ad59f8fb9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Mar 16 20:12:58 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Mar 16 20:12:58 2015 -0700 |
tree | d881e9993e0e0f8d88ae3d90436e6a126aaf7921 | |
parent | 18b5264b9db5a53407446c3ef9e2c35c77830980 [diff] [blame] |
sdcard doesn't need to explicitly ask for libc! Change-Id: I110063f39b02da979f97d29e9cb4f5b295de0311
diff --git a/sdcard/Android.mk b/sdcard/Android.mk index 63b0f41..cb3a8fb 100644 --- a/sdcard/Android.mk +++ b/sdcard/Android.mk
@@ -6,6 +6,6 @@ LOCAL_MODULE := sdcard LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror -LOCAL_SHARED_LIBRARIES := libc libcutils +LOCAL_SHARED_LIBRARIES := libcutils include $(BUILD_EXECUTABLE)