Add missing libraries, in order for gold to work.
gold is more strict than ld. If building A depends on libB directly, we must specify -lB at link time. Change-Id: Iac7cec58cbae5e0cbcfc9adab924db6733192d20
This commit is contained in:
@@ -41,7 +41,8 @@ LOCAL_C_INCLUDES := external/sqlite/dist
|
||||
|
||||
LOCAL_CFLAGS := -DMTP_DEVICE
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libutils libsqlite libstagefright
|
||||
LOCAL_SHARED_LIBRARIES := libutils libsqlite libstagefright libcutils \
|
||||
libmedia
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user