aboutsummaryrefslogtreecommitdiffstats
path: root/amend/parser.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/parser.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/parser.h')
-rw-r--r--amend/parser.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/amend/parser.h b/amend/parser.h
deleted file mode 100644
index aeb8657..0000000
--- a/amend/parser.h
+++ /dev/null
@@ -1,24 +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_PARSER_H_
-#define AMEND_PARSER_H_
-
-#include "parser_y.h"
-
-int yyparse(void);
-
-#endif // AMEND_PARSER_H_