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

Commit d65a1323 authored by Todd Kennedy's avatar Todd Kennedy Committed by Android (Google) Code Review
Browse files

Merge "idmap2: silence irrelevant warning during 'idmap2 scan'"

parents 321d0727 e63a4a28
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -138,7 +138,8 @@ bool Scan(const std::vector<std::string>& args, std::ostream& out_error) {
  std::stringstream stream;
  for (auto iter = interesting_apks.cbegin(); iter != interesting_apks.cend(); ++iter) {
    const std::string idmap_path = Idmap::CanonicalIdmapPathFor(output_directory, *iter);
    if (!Verify(std::vector<std::string>({"--idmap-path", idmap_path}), out_error) &&
    std::stringstream dev_null;
    if (!Verify(std::vector<std::string>({"--idmap-path", idmap_path}), dev_null) &&
        !Create(std::vector<std::string>({
                    "--target-apk-path",
                    target_apk_path,