Remove unused -ldl to link true statically.

LOCAL_FORCE_STATIC_EXECUTABLE=true failed with -ldl.

Change-Id: Id42031ba8e86279b5229ed11cd82e86a5f833ff9
This commit is contained in:
Chih-Hung Hsieh 2015-01-23 13:55:10 -08:00
parent 045be135de
commit 87997bf8e7
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ LOCAL_SRC_FILES := \
LOCAL_MODULE := fastbootd
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Wall -Werror -Wno-unused-parameter -Wno-deprecated-declarations -DFLASH_CERT
LOCAL_LDFLAGS := -ldl
LOCAL_STATIC_LIBRARIES := \
libc \