Skip to content

Commit

Permalink
INTERNAL: Revert "Android.mk: Filter out --build-id=md5 linker flag"
Browse files Browse the repository at this point in the history
This reverts commit 554b19b.
Vulkan failed to run with device enumerate failure on mesa23
due to this patch.

Tracked-On: OAM-106720
Signed-off-by: Fei Jiang [email protected]
  • Loading branch information
yhe39 authored and sysopenci committed Mar 16, 2023
1 parent 0cb7233 commit 079c150
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/mesa3d_cross.mk
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,13 @@ define m-lld-flags
endef

define m-lld-flags-cleaned
$(patsubst -Wl$(comma)--build-id=%,, \
$(subst prebuilts/,$(AOSP_ABSOLUTE_PATH)/prebuilts/, \
$(subst $(OUT_DIR)/,$(call relative-to-absolute,$(OUT_DIR))/, \
$(subst -Wl$(comma)--fatal-warnings,, \
$(subst -Wl$(comma)--no-undefined-version,, \
$(subst -Wl$(comma)--gc-sections,, \
$(patsubst %dummy.o,, \
$(m-lld-flags))))))))
$(m-lld-flags)))))))
endef

define m-cpp-flags
Expand Down

0 comments on commit 079c150

Please sign in to comment.