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

Commit 22435815 authored by Mårten Kongstad's avatar Mårten Kongstad
Browse files

aconfig: remove reference to non-existent workspace member "aconfig_storage_write_api"

Commit bca2f3c2 incorrectly added "aconfig_storage_write_api" as a
workspace member even though that project has not yet been created. This
broke cargo.

Unbreak cargo by removing "aconfig_storage_write_api".

Bug: N/A
Test: croot build/make/tools/aconfig && cargo c
Change-Id: Ic0f71a53d49736228a376f64808aea24c2ec8ce5
parent 85acebd1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ members = [
    "aconfig_protos",
    "aconfig_storage_file",
    "aconfig_storage_read_api",
    "aconfig_storage_write_api",
    "aflags",
    "printflags"
]