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>
1 file changed
tree: 39d260d68c897209923e27ed7ef51a42cbd74d97
  1. .github/
  2. cert/
  3. host/
  4. scripts/
  5. ta/
  6. .gitignore
  7. Android.mk
  8. CMakeLists.txt
  9. CMakeToolchain.txt
  10. LICENSE.md
  11. Makefile
  12. README.md
  13. typedefs.checkpatch
README.md

OP-TEE sanity testsuite

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