Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

Skallwar
Copy link
Contributor

@Skallwar Skallwar commented Sep 12, 2024

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")

Copy link
Contributor

@jforissier jforissier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! Good catch. Please apply:

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>

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 <jerome.forissier@linaro.org>
Signed-off-by: Esteban Blanc <eblanc@baylibre.com>
@Skallwar Skallwar force-pushed the tee_supplicant_fix_android_build branch from f75fd2d to 7d33edc Compare September 12, 2024 15:56
@Skallwar
Copy link
Contributor Author

Oops! Good catch. Please apply:

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>

Done 😃

@jforissier jforissier merged commit 0293dd9 into OP-TEE:master Sep 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants