summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2018-01-29 01:20:06 +0100
committerLuK1337 <priv.luk@gmail.com>2018-01-29 01:20:06 +0100
commitcb059b60a85bc22bf2353dbdb1c1faf2dffdd915 (patch)
treed7444da2023b92feaf90113327d8f4f61251aa63
parentd3de00e9d99793dfb29f7f972a0e79cecb72e53f (diff)
downloadandroid_hardware_lineage_livedisplay-cb059b60a85bc22bf2353dbdb1c1faf2dffdd915.tar.gz
android_hardware_lineage_livedisplay-cb059b60a85bc22bf2353dbdb1c1faf2dffdd915.tar.bz2
android_hardware_lineage_livedisplay-cb059b60a85bc22bf2353dbdb1c1faf2dffdd915.zip
livedisplay: Move our configs to /data/vendor/display
* /data/misc/display is somewhat deprecated. Change-Id: I6701ac6172760a966b71395971f2dc47bb599bf3
-rw-r--r--impl/Utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/impl/Utils.cpp b/impl/Utils.cpp
index aee9cf4..d377506 100644
--- a/impl/Utils.cpp
+++ b/impl/Utils.cpp
@@ -27,7 +27,7 @@
#include "Utils.h"
-#define LOCAL_STORAGE_PATH "/data/misc/display"
+#define LOCAL_STORAGE_PATH "/data/vendor/display"
#define LOCAL_MODE_ID "livedisplay_mode"
#define LOCAL_INITIAL_MODE_ID "livedisplay_initial_mode"