forked from openkylin/platform_build
Merge changes from topic "exclude-system-shared-libs-from-elfcheck-suggestions" am: d311799206
am: 8e1fcee324
am: d292b04bd9
am: a399ab33fc
Original change: https://android-review.googlesource.com/c/platform/build/+/1434012 Change-Id: I9cd266efd9568d03fc88aaf837b69730f7a35396
This commit is contained in:
commit
71b87cbaca
|
@ -91,6 +91,7 @@ endif
|
|||
ifdef LOCAL_INSTALLED_MODULE
|
||||
ifneq ($(LOCAL_CHECK_ELF_FILES),)
|
||||
my_prebuilt_src_file := $(LOCAL_PREBUILT_MODULE_FILE)
|
||||
my_system_shared_libraries := $(LOCAL_SYSTEM_SHARED_LIBRARIES)
|
||||
include $(BUILD_SYSTEM)/check_elf_file.mk
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue