| commit | f1f000b3951ae3ceeafedeb95cc3c010a2d15047 | [log] [tgz] |
|---|---|---|
| author | Etienne Carriere <etienne.carriere@foss.st.com> | Fri May 24 17:11:11 2024 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Thu Jun 13 21:37:44 2024 +0200 |
| tree | 499c5b091bab3fcde979111db63363876129aa7f | |
| parent | 3eac340a781c00ccd61b151b0e9c22a8c6e9f9f0 [diff] |
tee-supplicant: remove useless use of __ANDROID__ condition
Since commit 37975f1ba31e ("rmpb: update AOSP RPMB device path")
the RPMB device path is the same __ANDROID__ directive being set
or not hence simplify the implementation by removing use of that
directive.
Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers