fix up libreboot dependency to librebootrecovery

Change-Id: If39697943554538c938edaa478976eed9feb82d7
This commit is contained in:
Koushik Dutta 2011-06-27 11:02:44 -07:00
parent a42d2b1e24
commit aee5f85b29
2 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,7 @@ else
LOCAL_SRC_FILES += $(BOARD_CUSTOM_RECOVERY_KEYMAPPING)
endif
LOCAL_STATIC_LIBRARIES += libreboot
LOCAL_STATIC_LIBRARIES += librebootrecovery
LOCAL_STATIC_LIBRARIES += libext4_utils libz
LOCAL_STATIC_LIBRARIES += libminzip libunz libmincrypt

View File

@ -1,6 +1,8 @@
#ifndef LIBCRECOVERY_COMMON_H
#define LIBCRECOVERY_COMMON_H
#include <stdio.h>
int __system(const char *command);
FILE * __popen(const char *program, const char *type);
int __pclose(FILE *iop);