Merge "Fix mac build (ldflags -> ldlibs)"
am: 1b2f2ee621
Change-Id: Iff8e64c33629786ca125a53b696eb0ab90eaec20
This commit is contained in:
commit
808c7351c5
|
@ -66,7 +66,7 @@ LOCAL_CFLAGS := $(fastboot_cflags)
|
|||
LOCAL_CFLAGS_darwin := $(fastboot_cflags_darwin)
|
||||
LOCAL_CXX_STL := $(fastboot_stl)
|
||||
LOCAL_HEADER_LIBRARIES := bootimg_headers
|
||||
LOCAL_LDLIBS_darwin := $(fastboot_ldflags_darwin)
|
||||
LOCAL_LDLIBS_darwin := $(fastboot_ldlibs_darwin)
|
||||
LOCAL_LDLIBS_windows := $(fastboot_ldlibs_windows)
|
||||
LOCAL_SHARED_LIBRARIES := $(fastboot_shared_libs)
|
||||
LOCAL_STATIC_LIBRARIES := $(fastboot_static_libs)
|
||||
|
@ -84,7 +84,7 @@ LOCAL_CFLAGS := $(fastboot_cflags)
|
|||
LOCAL_CFLAGS_darwin := $(fastboot_cflags_darwin)
|
||||
LOCAL_CXX_STL := $(fastboot_stl)
|
||||
LOCAL_HEADER_LIBRARIES := bootimg_headers
|
||||
LOCAL_LDLIBS_darwin := $(fastboot_ldflags_darwin)
|
||||
LOCAL_LDLIBS_darwin := $(fastboot_ldlibs_darwin)
|
||||
LOCAL_LDLIBS_windows := $(fastboot_ldlibs_windows)
|
||||
LOCAL_REQUIRED_MODULES := mke2fs make_f2fs
|
||||
LOCAL_REQUIRED_MODULES_darwin := e2fsdroid mke2fs.conf sload_f2fs
|
||||
|
@ -132,7 +132,7 @@ LOCAL_CFLAGS := $(fastboot_cflags)
|
|||
LOCAL_CFLAGS_darwin := $(fastboot_cflags_darwin)
|
||||
LOCAL_CXX_STL := $(fastboot_stl)
|
||||
LOCAL_HEADER_LIBRARIES := bootimg_headers
|
||||
LOCAL_LDLIBS_darwin := $(fastboot_ldflags_darwin)
|
||||
LOCAL_LDLIBS_darwin := $(fastboot_ldlibs_darwin)
|
||||
LOCAL_LDLIBS_windows := $(fastboot_ldlibs_windows)
|
||||
LOCAL_SHARED_LIBRARIES := $(fastboot_shared_libs)
|
||||
LOCAL_SHARED_LIBRARIES_windows := AdbWinApi
|
||||
|
|
Loading…
Reference in New Issue