diff options
author | Doug Zongker <dougz@android.com> | 2009-07-14 16:31:56 -0700 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2009-07-14 16:58:42 -0700 |
commit | 64893ccc09b25ac31bc6a17f5c7f43c7fa789576 (patch) | |
tree | a56912e18b608b123f1c4454293d2b2aa36fa96a /amend/tests/005-lex-quoted-string/run | |
parent | bec02d57fb85cc7dd0196a54b0e9530e306623ac (diff) | |
download | bootable_recovery-64893ccc09b25ac31bc6a17f5c7f43c7fa789576.zip bootable_recovery-64893ccc09b25ac31bc6a17f5c7f43c7fa789576.tar.gz bootable_recovery-64893ccc09b25ac31bc6a17f5c7f43c7fa789576.tar.bz2 |
remove amend
Yank all the code to install OTA packages out of the recovery binary
itself. Now packages are installed by a binary included in the
package (run as a child of recovery), so we can make improvements in
the installation process without waiting for a new release to use
them.
Diffstat (limited to 'amend/tests/005-lex-quoted-string/run')
-rw-r--r-- | amend/tests/005-lex-quoted-string/run | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/amend/tests/005-lex-quoted-string/run b/amend/tests/005-lex-quoted-string/run deleted file mode 100644 index 7b1292a..0000000 --- a/amend/tests/005-lex-quoted-string/run +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -# -# Copyright (C) 2007 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. - -amend --debug-lex input -amend --debug-lex input2 -amend --debug-lex input3 |