commit | da821c9046ded3050cd322b515bc9687af0cfd7f | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Jul 12 11:13:15 2018 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Thu Jul 12 11:13:15 2018 +0100 |
tree | a524e9032b385179352477ea138553dfb382529a | |
parent | c06bfc9b18e6421ac60e7b27f8f1e90b45772f52 [diff] |
hiddenapi: Fix map insertion bug `hiddenapi` would use std::map::insert to overwrite an entry, which is wrong and will not overwrite the entry. This caused all entries to be classified as private. Fix the bug. Bug: 79409988 Test: m appcompat, check hiddenapi-public-list.txt not empty Change-Id: Ie1c1fad2dfff9ff0332b5196d605d512d6dedc15