From bd8fc92c907b86ea30a58f184fa1f1b9e9e8afba Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Mon, 20 Jun 2011 10:14:53 -0700 Subject: Add vendorsetup so have maguro in the lunch menu Change-Id: I9567364c9e712d1984a4ebc03e0d2d7fb5c001f3 --- vendorsetup.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 vendorsetup.sh (limited to 'vendorsetup.sh') diff --git a/vendorsetup.sh b/vendorsetup.sh new file mode 100755 index 0000000..da218ba --- /dev/null +++ b/vendorsetup.sh @@ -0,0 +1,17 @@ +# +# Copyright (C) 2011 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +add_lunch_combo full_maguro-userdebug -- cgit v1.1