Merge "Share *_OUT_TESTCASES environment variables with TF" am: 6eeba8f6ec
am: 13ced77ea2
am: 78be58d869
am: 2de40b411a
Change-Id: I9c322935a7a8fb8c6a1c15ab0cf92ed17d2fc39f
This commit is contained in:
commit
5a5dc1eb39
1 changed files with 6 additions and 0 deletions
|
@ -260,6 +260,12 @@ function setpaths()
|
|||
unset ANDROID_HOST_OUT
|
||||
export ANDROID_HOST_OUT=$(get_abs_build_var HOST_OUT)
|
||||
|
||||
unset ANDROID_HOST_OUT_TESTCASES
|
||||
export ANDROID_HOST_OUT_TESTCASES=$(get_abs_build_var HOST_OUT_TESTCASES)
|
||||
|
||||
unset ANDROID_TARGET_OUT_TESTCASES
|
||||
export ANDROID_TARGET_OUT_TESTCASES=$(get_abs_build_var TARGET_OUT_TESTCASES)
|
||||
|
||||
# needed for building linux on MacOS
|
||||
# TODO: fix the path
|
||||
#export HOST_EXTRACFLAGS="-I "$T/system/kernel_headers/host_include
|
||||
|
|
Loading…
Reference in a new issue