From 9cb1b4a67ef2a9c0a487606aee8f11f2c906a84b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Thu, 19 Apr 2012 08:44:21 -0700 Subject: Fine-tune the generation of factory images Change-Id: I574bdab542a30931016db532e529386b4e4ef0d1 --- clear-factory-images-variables.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 clear-factory-images-variables.sh (limited to 'clear-factory-images-variables.sh') diff --git a/clear-factory-images-variables.sh b/clear-factory-images-variables.sh new file mode 100644 index 0000000..5528938 --- /dev/null +++ b/clear-factory-images-variables.sh @@ -0,0 +1,23 @@ +# Copyright 2012 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. + +unset BOOTLOADER +unset BOOTLOADERSRC +unset BUILD +unset CDMARADIO +unset PRODUCT +unset RADIO +unset RADIOSRC +unset SRCPREFIX +unset VERSION -- cgit v1.1