diff options
Diffstat (limited to 'tools/golem/build-target.sh')
| -rwxr-xr-x | tools/golem/build-target.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/golem/build-target.sh b/tools/golem/build-target.sh index 4ca2722ac9..921a8cbe36 100755 --- a/tools/golem/build-target.sh +++ b/tools/golem/build-target.sh @@ -267,8 +267,6 @@ if [[ $mode == "golem" ]]; then execute 'source' build/envsetup.sh # Build generic targets (as opposed to something specific like aosp_angler-eng). execute lunch "$lunch_target" - setenv JACK_SERVER false - setenv_escape JACK_REPOSITORY "$PWD/prebuilts/sdk/tools/jacks" '$PWD/prebuilts/sdk/tools/jacks' # Golem uses master-art repository which is missing a lot of other libraries. setenv SOONG_ALLOW_MISSING_DEPENDENCIES true # Golem may be missing tools such as javac from its path. |