commit | 221fe8037f9f4461854c56f9e05b44ce74435889 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Mar 17 03:14:50 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 17 03:14:50 2015 +0000 |
tree | d881e9993e0e0f8d88ae3d90436e6a126aaf7921 | |
parent | 18b5264b9db5a53407446c3ef9e2c35c77830980 [diff] | |
parent | f184f54466801de36e47fcc2871f309ad59f8fb9 [diff] |
Merge "sdcard doesn't need to explicitly ask for libc!"
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)