summaryrefslogtreecommitdiffstats
path: root/amend/amend.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-07-14 16:31:56 -0700
committerDoug Zongker <dougz@android.com>2009-07-14 16:58:42 -0700
commit64893ccc09b25ac31bc6a17f5c7f43c7fa789576 (patch)
treea56912e18b608b123f1c4454293d2b2aa36fa96a /amend/amend.h
parentbec02d57fb85cc7dd0196a54b0e9530e306623ac (diff)
downloadbootable_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/amend.h')
-rw-r--r--amend/amend.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/amend/amend.h b/amend/amend.h
deleted file mode 100644
index 416f974..0000000
--- a/amend/amend.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * 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.
- */
-
-#ifndef AMEND_H_
-#define AMEND_H_
-
-#include "ast.h"
-#include "execute.h"
-
-const AmCommandList *parseAmendScript(const char *buf, size_t bufLen);
-
-#endif // AMEND_H_