Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
add ANDROID_HOST_OUT to env (please do not merge)
Browse files Browse the repository at this point in the history
Change-Id: I97e49fcb2610344df1907ec17116ee6e8a586e38
  • Loading branch information
Ed Heyl committed Jun 7, 2011
1 parent 7d83ef8 commit c811f29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c811f29

Please sign in to comment.