Merge "powerstats: add new EnergyConsumerType for camera" am: 72a3964894
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2335183 Change-Id: Ia20ed50b69597a943ed271095c9d928480d0d091 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c92826db99
2 changed files with 2 additions and 0 deletions
|
@ -40,4 +40,5 @@ enum EnergyConsumerType {
|
|||
GNSS = 4,
|
||||
MOBILE_RADIO = 5,
|
||||
WIFI = 6,
|
||||
CAMERA = 7,
|
||||
}
|
||||
|
|
|
@ -26,4 +26,5 @@ enum EnergyConsumerType {
|
|||
GNSS,
|
||||
MOBILE_RADIO,
|
||||
WIFI,
|
||||
CAMERA,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue