Merge changes from topic "exclude-system-shared-libs-from-elfcheck-suggestions" am: d311799206

Original change: https://android-review.googlesource.com/c/platform/build/+/1434012

Change-Id: I3bd3b4b37ffd8f7b36c853d2a8822f803b98f2ba
This commit is contained in:
Yo Chiang 2020-09-28 04:13:55 +00:00 committed by Automerger Merge Worker
commit 8e1fcee324

View file

@ -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