fix up libreboot dependency to librebootrecovery
Change-Id: If39697943554538c938edaa478976eed9feb82d7
This commit is contained in:
parent
a42d2b1e24
commit
aee5f85b29
@ -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
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user