Merge "Skip checking ELF files for uninstallable soong modules"
This commit is contained in:
@@ -96,9 +96,11 @@ ifdef LOCAL_USE_VNDK
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Check prebuilt ELF binaries.
|
# Check prebuilt ELF binaries.
|
||||||
ifneq ($(LOCAL_CHECK_ELF_FILES),)
|
ifdef LOCAL_INSTALLED_MODULE
|
||||||
my_prebuilt_src_file := $(LOCAL_PREBUILT_MODULE_FILE)
|
ifneq ($(LOCAL_CHECK_ELF_FILES),)
|
||||||
include $(BUILD_SYSTEM)/check_elf_file.mk
|
my_prebuilt_src_file := $(LOCAL_PREBUILT_MODULE_FILE)
|
||||||
|
include $(BUILD_SYSTEM)/check_elf_file.mk
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# The real dependency will be added after all Android.mks are loaded and the install paths
|
# The real dependency will be added after all Android.mks are loaded and the install paths
|
||||||
|
Reference in New Issue
Block a user