summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update_manager/android_things_policy.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/update_manager/android_things_policy.cc b/update_manager/android_things_policy.cc
index 5fbda46c..d4b9442b 100644
--- a/update_manager/android_things_policy.cc
+++ b/update_manager/android_things_policy.cc
@@ -68,12 +68,12 @@ EvalStatus AndroidThingsPolicy::UpdateCheckAllowed(
// A/B updates
&enough_slots_ab_updates_policy,
- // Unofficial builds should not perform periodic update checks.
- &only_update_official_builds_policy,
-
// Check to see if an interactive update was requested.
&interactive_update_policy,
+ // Unofficial builds should not perform periodic update checks.
+ &only_update_official_builds_policy,
+
// Ensure that periodic update checks are timed properly.
&next_update_check_time_policy,
};