Removed boot-properties.h dependency from help.c
File help.c belongs to the UI, while boot-properties belong to the Core
Change-Id: I526bc187740c58f89375025ca21927f5224acf19
diff --git a/android/help.c b/android/help.c
index 23a94dd..3527c34 100644
--- a/android/help.c
+++ b/android/help.c
@@ -5,7 +5,6 @@
#include "android/utils/debug.h"
#include "android/utils/misc.h"
#include "android/skin/keyset.h"
-#include "android/boot-properties.h"
#include "android/android.h"
#include <stdint.h>
#include "audio/audio.h"
@@ -1337,7 +1336,7 @@
" use '-prop <name>=<value>' to set a boot-time system property.\n"
" <name> must be a property name of at most %d characters, without any\n"
" space in it, and <value> must be a string of at most %d characters.\n\n",
- PROPERTY_MAX_NAME, PROPERTY_MAX_VALUE );
+ BOOT_PROPERTY_MAX_NAME, BOOT_PROPERTY_MAX_VALUE );
PRINTF(
" the corresponding system property will be set at boot time in the\n"