From ee9bb791e672e4cdedb8bc4981f6737020dbcc12 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 11 Apr 2012 19:16:06 +0300 Subject: Add new build script for private Android builds. So far this just redirects to normal build script. --- build-scripts/build-android-private | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build-scripts/build-android-private diff --git a/build-scripts/build-android-private b/build-scripts/build-android-private new file mode 100644 index 0000000..4e1071d --- /dev/null +++ b/build-scripts/build-android-private @@ -0,0 +1,9 @@ +############################################################################### +# Copyright (c) 2012 Linaro +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +############################################################################### + +exec ${BUILD_SCRIPT_ROOT}/build-android -- cgit v1.2.3