commit | 9fc62b81321a6bb1a646776596acc23cbbc9d399 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Fri Mar 24 22:57:20 2023 +0000 |
committer | Daniel Zheng <zhengdaniel@google.com> | Tue Mar 28 16:00:40 2023 -0700 |
tree | c3facd0a2c55bffd2d0ffbad6121cc05b43d3149 | |
parent | 0a6ac9f16c0e048bf350840667ba335a5d36fcf9 [diff] [blame] |
Added a field to set enable_vabc Test: tested OTA on cuttlefish Bug: 274511687 Change-Id: I55bee646f0b075b30a1fd533f8baa44eeaaac8f9
diff --git a/aosp/update_attempter_android.h b/aosp/update_attempter_android.h index 956bd25..c2226b2 100644 --- a/aosp/update_attempter_android.h +++ b/aosp/update_attempter_android.h
@@ -234,6 +234,8 @@ void RemoveCleanupPreviousUpdateCallback( CleanupSuccessfulUpdateCallbackInterface* callback); + bool IsProductionBuild(); + DaemonStateInterface* daemon_state_; // DaemonStateAndroid pointers.