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

Commit b80fb516 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 am: d292b04b am: a399ab33 am: 71b87cba

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

Change-Id: Ic2d4ee9abe16abb251d66d987a196b8333f88ef1
parents 46768c9e 71b87cba
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