Fix out-of-tree builds with native dependencies
* cross/ndk-build/ndk-build-shared-library.mk: * cross/ndk-build/ndk-build-static-library.mk: Include ndk-resolve.mk in srcdir.
This commit is contained in:
parent
468e8d7322
commit
ece6d61301
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ LOCAL_MODULE_FILENAME := $(LOCAL_MODULE_FILENAME).so
|
|||
# Record this module's dependencies and exported includes and CFLAGS,
|
||||
# and then add that of its dependencies.
|
||||
|
||||
include ndk-resolve.mk
|
||||
include $(srcdir)/ndk-resolve.mk
|
||||
|
||||
# Then define rules to build all objects.
|
||||
ALL_SOURCE_FILES := $(LOCAL_SRC_FILES) $(LOCAL_SRC_FILES_$(NDK_BUILD_ARCH))
|
||||
|
|
|
@ -121,7 +121,7 @@ LOCAL_MODULE_FILENAME := $(LOCAL_MODULE_FILENAME).a
|
|||
# Record this module's dependencies and exported includes and CFLAGS,
|
||||
# and then add that of its dependencies.
|
||||
|
||||
include ndk-resolve.mk
|
||||
include $(srcdir)/ndk-resolve.mk
|
||||
|
||||
# Then define rules to build all objects.
|
||||
ALL_SOURCE_FILES := $(LOCAL_SRC_FILES) $(LOCAL_SRC_FILES_$(NDK_BUILD_ARCH))
|
||||
|
|
Loading…
Add table
Reference in a new issue