platform_build/tools/aconfig/aconfig_device_paths
Ted Bauer 1f9d55d2ab Fix bug in device path proto reading
aconfig_device_paths uses `include_str!` to include a text file
containing comma-separated strings with each partition aconfig file.
The lib does not handle the escaped newlines and quotation marks.
Adds proper handling.

Test: cargo t  && m -j120 && acloud create --local-image && adb shell aflags list
Bug: 340514768
Change-Id: I75214bf02dd962d8291f1654ade8cbce1cda9fde
2024-05-14 15:49:14 -04:00
..
src Fix bug in device path proto reading 2024-05-14 15:49:14 -04:00
Android.bp Add a Java lib to read on-device proto paths 2024-05-08 16:05:00 -04:00
Cargo.toml
partition_aconfig_flags_paths.txt Add a Java lib to read on-device proto paths 2024-05-08 16:05:00 -04:00