Merge "Export SOONG_HOST_OUT as ANDROID_SOONG_HOST_OUT"

This commit is contained in:
Treehugger Robot 2020-11-04 12:49:09 +00:00 committed by Gerrit Code Review
commit 3bb52acee0

View file

@ -307,6 +307,9 @@ function setpaths()
unset ANDROID_HOST_OUT
export ANDROID_HOST_OUT=$(get_abs_build_var HOST_OUT)
unset ANDROID_SOONG_HOST_OUT
export ANDROID_SOONG_HOST_OUT=$(get_abs_build_var SOONG_HOST_OUT)
unset ANDROID_HOST_OUT_TESTCASES
export ANDROID_HOST_OUT_TESTCASES=$(get_abs_build_var HOST_OUT_TESTCASES)