Skip to content

Commit

Permalink
tee-supplicant: add sd_notify.c to Android.bp sources
Browse files Browse the repository at this point in the history
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: a5b1ffc ("tee-supplicant: send READY=1 notification to systemd")
Reviewed-by: Jerome Forissier <[email protected]>
Signed-off-by: Esteban Blanc <[email protected]>
  • Loading branch information
Skallwar authored and jforissier committed Sep 17, 2024
1 parent a5b1ffc commit 0293dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ cc_binary {
srcs: [
"tee-supplicant/src/handle.c",
"tee-supplicant/src/rpmb.c",
"tee-supplicant/src/sd_notify.c",
"tee-supplicant/src/tee_supp_fs.c",
"tee-supplicant/src/tee_supplicant.c",
"tee-supplicant/src/teec_ta_load.c",
Expand Down

0 comments on commit 0293dd9

Please sign in to comment.