forked from openkylin/platform_build
add ANDROID_HOST_OUT to env (please do not merge)
Change-Id: Iddc61e1f93e13a3884b919638da1c24271dd6ca5
This commit is contained in:
parent
3c60c67ad2
commit
4f2297debb
|
@ -125,6 +125,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 New Issue