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

Commit bb31ca11 authored by Yi Kong's avatar Yi Kong
Browse files

Remove dangling reference to LLVMgold.so

We removed LLVMgold.so from the Android LLVM for a long time.

Change-Id: I334d93659f801cc3bcfff1162adc950c83ed14ba
Test: presubmit
parent 08cb169c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -413,7 +413,6 @@ ifneq ($(filter cfi,$(my_sanitize)),)
    my_cflags += -fvisibility=default
  endif
  my_ldflags += $(CFI_EXTRA_LDFLAGS)
  my_arflags += --plugin $(LLVM_PREBUILTS_PATH)/../lib64/LLVMgold.so

  ifeq ($(LOCAL_FORCE_STATIC_EXECUTABLE),true)
        my_ldflags := $(filter-out -fsanitize-cfi-cross-dso,$(my_ldflags))