Fix Android Things policy order.
am: a57d53e3ed
Change-Id: I0d60d404270e5fb8f3b18a1ec6d569f09ddf10ad
diff --git a/update_manager/android_things_policy.cc b/update_manager/android_things_policy.cc
index 5fbda46..d4b9442 100644
--- a/update_manager/android_things_policy.cc
+++ b/update_manager/android_things_policy.cc
@@ -68,12 +68,12 @@
// 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,
};