From 4f10f593a400c4a9f8c6e98721e5d5ebe9cc92cb Mon Sep 17 00:00:00 2001 From: Zhanglong Xia Date: Thu, 3 Dec 2020 15:17:29 +0800 Subject: [PATCH] [android] remove settings storage path from config file (#5895) This commit removes settings storage path from `include/openthread-config-android.h` to allow users define the settings storage path on Android platform. --- include/openthread-config-android.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/openthread-config-android.h b/include/openthread-config-android.h index 2df68cd28..c18df2358 100644 --- a/include/openthread-config-android.h +++ b/include/openthread-config-android.h @@ -64,6 +64,3 @@ /* OpenThread examples */ #define OPENTHREAD_EXAMPLES none - -/* The settings storage path on android. */ -#define OPENTHREAD_CONFIG_POSIX_SETTINGS_PATH "/data/thread"