diff options
author | Elliott Hughes <enh@google.com> | 2015-03-16 20:12:58 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-03-16 20:12:58 -0700 |
commit | f184f54466801de36e47fcc2871f309ad59f8fb9 (patch) | |
tree | d881e9993e0e0f8d88ae3d90436e6a126aaf7921 | |
parent | 18b5264b9db5a53407446c3ef9e2c35c77830980 (diff) | |
download | system_core-f184f54466801de36e47fcc2871f309ad59f8fb9.zip system_core-f184f54466801de36e47fcc2871f309ad59f8fb9.tar.gz system_core-f184f54466801de36e47fcc2871f309ad59f8fb9.tar.bz2 |
sdcard doesn't need to explicitly ask for libc!
Change-Id: I110063f39b02da979f97d29e9cb4f5b295de0311
-rw-r--r-- | sdcard/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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_SRC_FILES := sdcard.c LOCAL_MODULE := sdcard LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror -LOCAL_SHARED_LIBRARIES := libc libcutils +LOCAL_SHARED_LIBRARIES := libcutils include $(BUILD_EXECUTABLE) |