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

Commit 14548bbe authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "aconfig: update cache arg to support multiple cache files" into main...

Merge "aconfig: update cache arg to support multiple cache files" into main am: 45db966e am: c92f754b am: a8864899

Original change: https://android-review.googlesource.com/c/platform/build/+/2907195



Change-Id: Id03c7e35c151dec89af56cf1db75172070b21754
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4d3a7d65 a8864899
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ fn cli() -> Command {
                        .required(true)
                        .help("The target container for the generated storage file."),
                )
                .arg(Arg::new("cache").long("cache").required(true))
                .arg(Arg::new("cache").long("cache").action(ArgAction::Append).required(true))
                .arg(Arg::new("out").long("out").required(true)),
        )
}