am c811f291
: add ANDROID_HOST_OUT to env (please do not merge)
* commit 'c811f29198fc4862e22dbf233bc28210d14e0205': add ANDROID_HOST_OUT to env (please do not merge)
This commit is contained in:
commit
ec6648036e
1 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,9 @@ function setpaths()
|
|||
export ANDROID_PRODUCT_OUT=$(get_abs_build_var PRODUCT_OUT)
|
||||
export OUT=$ANDROID_PRODUCT_OUT
|
||||
|
||||
unset ANDROID_HOST_OUT
|
||||
export ANDROID_HOST_OUT=$(get_abs_build_var HOST_OUT)
|
||||
|
||||
# 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