Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d292b04b authored by Yo Chiang's avatar Yo Chiang Committed by Automerger Merge Worker
Browse files

Merge changes from topic...

Merge changes from topic "exclude-system-shared-libs-from-elfcheck-suggestions" am: d3117992 am: 8e1fcee3

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

Change-Id: I7ad43461afc3a2a0d6e7ddc067418a90e937af83
parents f4dd14c3 8e1fcee3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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