How to add 'build-id' for nRF Connect SDK

Please tell me How to add 'build-id' for nRF Connect SDK.

I try to
target_link_libraries(app PUBLIC -Wl,--build-id=sha1)
But, not effect.

The MemFault SDK seems to have this functionality built in, but I don't want to use it.

In zephyr system,
It seems that the bindesc subsystem is trying to achieve equivalent functionality.
Is this feature available in the nRF Connect SDK?

Related