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

Commit 3d8e5543 authored by Vic Yang's avatar Vic Yang Committed by android-build-merger
Browse files

Merge "Skip checking ELF files for uninstallable soong modules"

am: a05dbdd6

Change-Id: I2db5cafaf94c6a830b506a502e53455bb67eceff
parents 16c29ebe a05dbdd6
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -96,10 +96,12 @@ ifdef LOCAL_USE_VNDK
endif

# Check prebuilt ELF binaries.
ifdef LOCAL_INSTALLED_MODULE
  ifneq ($(LOCAL_CHECK_ELF_FILES),)
    my_prebuilt_src_file := $(LOCAL_PREBUILT_MODULE_FILE)
    include $(BUILD_SYSTEM)/check_elf_file.mk
  endif
endif

# The real dependency will be added after all Android.mks are loaded and the install paths
# of the shared libraries are determined.