From 0cca4d02118ebb447eeea65600a4144f1523515b Mon Sep 17 00:00:00 2001 From: Benjamin Schwartz Date: Fri, 31 Jul 2020 11:12:46 -0700 Subject: [PATCH 1/3] Create Power Stats AIDL interface Bug: 162472196 Test: m Change-Id: I195ace557e1db2894d12f6f15d4db494d358c8e8 Merged-In: I195ace557e1db2894d12f6f15d4db494d358c8e8 --- target/product/gsi/current.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/gsi/current.txt b/target/product/gsi/current.txt index 2ca6687326..87146de5ce 100644 --- a/target/product/gsi/current.txt +++ b/target/product/gsi/current.txt @@ -96,6 +96,7 @@ VNDK-core: android.hardware.oemlock-ndk_platform.so VNDK-core: android.hardware.oemlock-unstable-ndk_platform.so VNDK-core: android.hardware.power-V1-ndk_platform.so VNDK-core: android.hardware.power-ndk_platform.so +VNDK-core: android.hardware.powerstats-V1-ndk_platform.so VNDK-core: android.hardware.rebootescrow-V1-ndk_platform.so VNDK-core: android.hardware.rebootescrow-ndk_platform.so VNDK-core: android.hardware.security.keymint-V1-ndk_platform.so From 2430e7e3a3a8eb8edf132baa5cbb19a7af1eeceb Mon Sep 17 00:00:00 2001 From: Benjamin Schwartz Date: Mon, 5 Oct 2020 16:33:06 -0700 Subject: [PATCH 2/3] powerstats: PowerStats HAL has been renamed Bug: 169864180 Test: m Change-Id: I1a1680d94bda3a97f4a5c074ba47a7e57e1241ad (cherry picked from commit 75a532279d1fc7c08594137e14a5a4c2ae92bbe5) Merged-In: I1a1680d94bda3a97f4a5c074ba47a7e57e1241ad --- target/product/gsi/current.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/product/gsi/current.txt b/target/product/gsi/current.txt index 87146de5ce..946fdf4bce 100644 --- a/target/product/gsi/current.txt +++ b/target/product/gsi/current.txt @@ -96,7 +96,7 @@ VNDK-core: android.hardware.oemlock-ndk_platform.so VNDK-core: android.hardware.oemlock-unstable-ndk_platform.so VNDK-core: android.hardware.power-V1-ndk_platform.so VNDK-core: android.hardware.power-ndk_platform.so -VNDK-core: android.hardware.powerstats-V1-ndk_platform.so +VNDK-core: android.hardware.power.stats-V1-ndk_platform.so VNDK-core: android.hardware.rebootescrow-V1-ndk_platform.so VNDK-core: android.hardware.rebootescrow-ndk_platform.so VNDK-core: android.hardware.security.keymint-V1-ndk_platform.so From de2d7b11e613c8c6aff3f3d50f6f6093a6a10308 Mon Sep 17 00:00:00 2001 From: Jeongik Cha Date: Fri, 22 Jan 2021 08:53:58 +0900 Subject: [PATCH 3/3] update vndk list Bug: 150578172 Test: m Change-Id: Ifc160fc225883cc226bfcbacc8607f6f96d9501a Merged-In: I76e73668faf248ca33a37eb221973d2164d9c9b8 --- target/product/gsi/current.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/product/gsi/current.txt b/target/product/gsi/current.txt index 946fdf4bce..717d9905a4 100644 --- a/target/product/gsi/current.txt +++ b/target/product/gsi/current.txt @@ -97,6 +97,8 @@ VNDK-core: android.hardware.oemlock-unstable-ndk_platform.so VNDK-core: android.hardware.power-V1-ndk_platform.so VNDK-core: android.hardware.power-ndk_platform.so VNDK-core: android.hardware.power.stats-V1-ndk_platform.so +VNDK-core: android.hardware.power.stats-ndk_platform.so +VNDK-core: android.hardware.power.stats-unstable-ndk_platform.so VNDK-core: android.hardware.rebootescrow-V1-ndk_platform.so VNDK-core: android.hardware.rebootescrow-ndk_platform.so VNDK-core: android.hardware.security.keymint-V1-ndk_platform.so