Skip to content

tee-supplicant: add sd_notify.c to Android.bp sources

Esteban Blanc requested to merge tee_supplicant_fix_android_build into mtk-v4.3.0

RITA-1247

Fixes the following link error:

ld.lld: error: undefined symbol: sd_notify_ready
>>> referenced by tee_supplicant.c:928 (vendor/linaro/optee_client/tee-supplicant/src/tee_supplicant.c:928)

Fixes: a5b1ffcd ("tee-supplicant: send READY=1 notification to systemd")

Cc: @vsatoes

Merge request reports