commit | d6b7e4113146d42fbc62831bc2c65008f9ad4363 | [log] [tgz] |
---|---|---|
author | Yongqin Liu <yongqin.liu@linaro.org> | Mon Nov 01 15:46:55 2021 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Nov 01 10:13:45 2021 +0100 |
tree | 39d260d68c897209923e27ed7ef51a42cbd74d97 | |
parent | 00894fdf83fe0975597e0be9f03dedfdd7a75e33 [diff] |
Android.mk: specify scripts/common.mk path with $(LOCAL_PATH) otherwise it will report build error like this: 12:16:49 [ 48% 267/555] including external/optee_test/Android.mk ... 12:16:49 FAILED: 12:16:49 external/optee_test/Android.mk:19: error: scripts/common.mk: No such file or directory 12:16:49 04:16:49 ckati failed with: exit status 1 which is reported here: https://ci.linaro.org/job/android-lcr-reference-hikey960-q/129/console Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Reviewed-by: Victor Chong <victor.chong@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
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_test.
// OP-TEE core maintainers