Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2de40b41 authored by Simran Basi's avatar Simran Basi Committed by android-build-merger
Browse files

Merge "Share *_OUT_TESTCASES environment variables with TF" am: 6eeba8f6 am: 13ced77e

am: 78be58d8

Change-Id: I8f1c8516f531407b05b96339ac0c5829fedbf72f
parents 14e2bd58 78be58d8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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