From 1057ccb75ae9dda9b6f5a561dd906c1640c3fcb5 Mon Sep 17 00:00:00 2001 From: Benjamin Schwartz Date: Wed, 5 Aug 2020 16:10:51 -0700 Subject: [PATCH] Create Power Stats AIDL interface Bug: 162472196 Test: m Change-Id: I44ffdf07c181cb4a119ec5de73bcb9ffaf485504 (cherry picked from commit 5ec702491143d19a138fb9666261a5d3e56f8ef0) Merged-In: I44ffdf07c181cb4a119ec5de73bcb9ffaf485504 --- cc/config/vndk.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cc/config/vndk.go b/cc/config/vndk.go index 45c18c2f4..69c9c3a6e 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -41,6 +41,8 @@ var VndkMustUseVendorVariantList = []string{ "android.hardware.power-V1-ndk_platform", "android.hardware.power-ndk_platform", "android.hardware.rebootescrow-V1-ndk_platform", + "android.hardware.powerstats-ndk_platform", + "android.hardware.powerstats-unstable-ndk_platform", "android.hardware.rebootescrow-ndk_platform", "android.hardware.security.keymint-V1-ndk_platform", "android.hardware.security.keymint-ndk_platform",