From d0c1596309085ebcec697230e39161643760bd42 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 5 Oct 2015 12:31:56 -0400 Subject: [PATCH] google.sh: no need to talk to gnubby as SK does it all --- .profile.d/google.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.profile.d/google.sh b/.profile.d/google.sh index 20e72b9..e44e506 100644 --- a/.profile.d/google.sh +++ b/.profile.d/google.sh @@ -13,5 +13,4 @@ fi export CROSTOOLS_SKIP_SYNC="true" export CROSTOOLS_GSUTIL="gsutil" export P4DIFFOPTS="-du" - -(printf "chromebox: 3000\r\n\r\n" | nc localhost 1817 >/dev/null 2>&1 &) +export ANDROID_USE_AMAKE="true" -- 2.39.2