Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc2e9144 authored by Chris Manton's avatar Chris Manton
Browse files

gd: Fix legacy storage test config file

Should point to appropriate target-based location

Bug: 147315979
Test: bluetooth_test_gd # x86
Test: bluetooth_test_gd # arm

Change-Id: Ic021edb63d1d9b0ee7e5947c7e53e0384d34b9e2
parent b8d16a3b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -23,7 +23,12 @@

#include <base/files/file_util.h>

#ifdef OS_ANDROID
constexpr char CONFIG_FILE[] = "/data/local/tmp/config_test.conf";
#else
constexpr char CONFIG_FILE[] = "/tmp/config_test.conf";
#endif

constexpr char CONFIG_FILE_CONTENT[] =
    "                                                                                \n\
first_key=value                                                                      \n\