summaryrefslogtreecommitdiffstats
path: root/clear-factory-images-variables.sh
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-11-28 13:55:01 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-28 13:55:01 -0800
commit1a5507e5f7f434e5a15ef91971cd40d90bdf75d5 (patch)
treed59a0e0c11632ed5db6f2624dd9c8fc50bfbe959 /clear-factory-images-variables.sh
parent766a91e79652e2dac045ab1d05200ad36563f0db (diff)
parent3a182ec19f708859b672cbea69d9a749297244d8 (diff)
downloadandroid_device_common-1a5507e5f7f434e5a15ef91971cd40d90bdf75d5.tar.gz
android_device_common-1a5507e5f7f434e5a15ef91971cd40d90bdf75d5.tar.bz2
android_device_common-1a5507e5f7f434e5a15ef91971cd40d90bdf75d5.zip
am 3a182ec1: Merge "Add the ability to unlock the bootloader before doing anything else"
* commit '3a182ec19f708859b672cbea69d9a749297244d8': Add the ability to unlock the bootloader before doing anything else
Diffstat (limited to 'clear-factory-images-variables.sh')
-rw-r--r--clear-factory-images-variables.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/clear-factory-images-variables.sh b/clear-factory-images-variables.sh
index bae0abb..dc508e1 100644
--- a/clear-factory-images-variables.sh
+++ b/clear-factory-images-variables.sh
@@ -12,12 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-unset XLOADER
-unset XLOADERSRC
unset BOOTLOADER
unset BOOTLOADERFILE
unset BOOTLOADERSRC
-unset TWINBOOTLOADERS
unset BUILD
unset CDMARADIO
unset CDMARADIOFILE
@@ -30,4 +27,8 @@ unset RADIOSRC
unset RADIOFILE
unset SLEEPDURATION
unset SRCPREFIX
+unset UNLOCKBOOTLOADER
unset VERSION
+unset TWINBOOTLOADERS
+unset XLOADER
+unset XLOADERSRC