commit | 2a239b59768ccbe855577ea0b95e45378e58fef7 | [log] [tgz] |
---|---|---|
author | Marybeth Fair <marybethfair@google.com> | Tue Oct 01 18:07:27 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 01 18:07:27 2024 +0000 |
tree | 4dab1a87105e42be13949090c7a858f2b2eb175b | |
parent | e5419d3819ecfee8668609b00e5e0ef113bbd29e [diff] | |
parent | 0acfa7cf6420a8845c69d2616838acfcdae25651 [diff] |
Merge "Remove system-ext from test." into main am: 0acfa7cf64 Original change: https://android-review.googlesource.com/c/platform/build/+/3288494 Change-Id: I3c4d24844c0b1a64893a305a52dc46f2216872f0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tools/aconfig/aconfig_device_paths/src/lib.rs b/tools/aconfig/aconfig_device_paths/src/lib.rs index 9ab9cea..8871b4f 100644 --- a/tools/aconfig/aconfig_device_paths/src/lib.rs +++ b/tools/aconfig/aconfig_device_paths/src/lib.rs
@@ -62,13 +62,12 @@ #[test] fn test_read_partition_paths() { - assert_eq!(read_partition_paths().len(), 4); + assert_eq!(read_partition_paths().len(), 3); assert_eq!( read_partition_paths(), vec![ PathBuf::from("/system/etc/aconfig_flags.pb"), - PathBuf::from("/system_ext/etc/aconfig_flags.pb"), PathBuf::from("/product/etc/aconfig_flags.pb"), PathBuf::from("/vendor/etc/aconfig_flags.pb") ]