blob: b8078c640f2adf05bdba8f3da51301744e0a51be [file] [log] [blame]
(raulenrique)dfdda472018-06-04 12:02:29 -07001#!/bin/bash
2#
3# Copyright (C) 2007 The Android Open Source Project
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
Elliott Hughes1c3a4f42018-08-03 15:35:48 -070017set -e
18
(raulenrique)dfdda472018-06-04 12:02:29 -070019cd $(dirname "$0")/../..
20source build/envsetup.sh
Haibo Huang24950e72018-06-29 14:53:39 -070021lunch aosp_arm-eng
(raulenrique)dfdda472018-06-04 12:02:29 -070022mmma tools/external_updater
23out/soong/host/linux-x86/bin/external_updater $@