summaryrefslogtreecommitdiff
path: root/system/main/stack_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'system/main/stack_config.cc')
-rw-r--r--system/main/stack_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/main/stack_config.cc b/system/main/stack_config.cc
index c86c0b0aa5..29387a4c24 100644
--- a/system/main/stack_config.cc
+++ b/system/main/stack_config.cc
@@ -46,7 +46,7 @@ static future_t* init() {
#elif defined(OS_GENERIC)
const char* path = "bt_stack.conf";
#else // !defined(OS_GENERIC)
- const char* path = "/apex/com.android.bluetooth/etc/bluetooth/bt_stack.conf";
+ const char* path = "/apex/com.android.btservices/etc/bluetooth/bt_stack.conf";
#endif // defined(OS_GENERIC)
CHECK(path != NULL);