Make it backwards compatible with 4.4
Change-Id: I668604cddc8e8afbf78709f3f872bea4e9f4aa06
This commit is contained in:
+5
-1
@@ -32,7 +32,11 @@
|
||||
#include "mtdutils/mtdutils.h"
|
||||
#include "minzip/SysUtil.h"
|
||||
#include "minzip/Zip.h"
|
||||
#ifdef USE_OLD_VERIFIER
|
||||
#include "oldverifier/verifier.h"
|
||||
#else
|
||||
#include "verifier.h"
|
||||
#endif
|
||||
#include "variables.h"
|
||||
#include "data.hpp"
|
||||
#include "partitions.hpp"
|
||||
@@ -40,9 +44,9 @@
|
||||
#include "twrp-functions.hpp"
|
||||
#include "gui/gui.hpp"
|
||||
#include "gui/pages.hpp"
|
||||
#include "legacy_property_service.h"
|
||||
extern "C" {
|
||||
#include "gui/gui.h"
|
||||
#include "legacy_property_service.h"
|
||||
}
|
||||
|
||||
static const char* properties_path = "/dev/__properties__";
|
||||
|
||||
Reference in New Issue
Block a user