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

Commit b54e2bef authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

Floss: Move btmanagerd main.rs location to src/

Since now the only usage of src/bin/btmanagerd is now just main.rs, it's
better to move all source files to src/.

Bug: 263432564
Tag: #floss
Test: Build Floss on Linux

Change-Id: I50dce8fc36e9ba94e82a5e964060484957816ada
parent 1be69051
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,4 +39,5 @@ protoc-rust = "2.0"

[[bin]]
name = "btmanagerd"
path = "src/main.rs"
build = "build.rs"