兼容glibc
Change-Id: I7b1361d8f1e3c31c2d94b31b6addc32869dee457
diff --git a/mbtk/liblynq_lib/src/lynq_sleep.c b/mbtk/liblynq_lib/src/lynq_sleep.c
index f50447d..84f6d75 100755
--- a/mbtk/liblynq_lib/src/lynq_sleep.c
+++ b/mbtk/liblynq_lib/src/lynq_sleep.c
@@ -24,9 +24,9 @@
Power management principle, as long as a wakelock lock exists, the system will not enter the Suspend state
So the name can be arbitrarily chosen to indicate that such a lock is needed so that the system does not sleep
*/
-#if defined(MBTK_PLATFORM_ASR1806)
+#if defined(MBTK_PLATFORM_KERNEL_5)
#define MTBK_POWERIND "/system/etc/powerind" //1806
-#else if defined(MBTK_PLATFORM_ASR1803)
+#elif defined(MBTK_PLATFORM_KERNEL_3)
#define MTBK_POWERIND "/etc/powerind" //1803
#endif