Remove unused -ldl to link true statically.
LOCAL_FORCE_STATIC_EXECUTABLE=true failed with -ldl. Change-Id: Id42031ba8e86279b5229ed11cd82e86a5f833ff9
This commit is contained in:
parent
045be135de
commit
87997bf8e7
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue