platform_build/tools/aconfig/Cargo.toml
Ted Bauer 206d44aff5 aflags: read protos from all containers
Create one library for reading protos from all containers, instead of
having numerous libraries perform the same logic. For Java, we will
create a similar library reusing the same
partition_aconfig_flags_paths.txt.

Bug: 324436145
Test: adb shell aflags list # Confirm that various containers appear
Change-Id: I924e281a50f9a609e1c07c03267eebe3dce52752
2024-04-18 14:38:41 +00:00

14 lines
232 B
TOML

[workspace]
members = [
"aconfig",
"aconfig_device_paths",
"aconfig_protos",
"aconfig_storage_file",
"aconfig_storage_read_api",
"aconfig_storage_write_api",
"aflags",
"printflags"
]
resolver = "2"