[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.
This commit is contained in:
Zhanglong Xia
2020-12-02 23:17:29 -08:00
committed by GitHub
parent a8b5b07849
commit 4f10f593a4
-3
View File
@@ -64,6 +64,3 @@
/* OpenThread examples */
#define OPENTHREAD_EXAMPLES none
/* The settings storage path on android. */
#define OPENTHREAD_CONFIG_POSIX_SETTINGS_PATH "/data/thread"