summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/hiddenapi/hiddenapi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hiddenapi/hiddenapi.cc b/tools/hiddenapi/hiddenapi.cc
index 0c6228ba93..3e38b97889 100644
--- a/tools/hiddenapi/hiddenapi.cc
+++ b/tools/hiddenapi/hiddenapi.cc
@@ -953,7 +953,7 @@ class HiddenApi final {
auto it = api_list.find(boot_member.GetApiEntry());
bool api_list_found = (it != api_list.end());
// TODO: Fix ART buildbots and turn this into a CHECK.
- if (force_assign_all && !api_list_found) {
+ if (force_assign_all_ && !api_list_found) {
LOG(WARNING) << "Could not find hiddenapi flags for dex entry: "
<< boot_member.GetApiEntry();
}