summaryrefslogtreecommitdiff
path: root/power-libperfmgr/Android.bp
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2019-04-02 10:25:44 -0700
committerWei Wang <wvw@google.com>2019-04-02 10:39:24 -0700
commit3f27076303bbcff6483e0974a40b84545ac8a4b9 (patch)
tree32a68e83d9d74f302ccf3412145fbc911def110c /power-libperfmgr/Android.bp
parent8b4fb489df2ce7a2c5f05663908345af109c387f (diff)
downloadpixel-3f27076303bbcff6483e0974a40b84545ac8a4b9.tar.gz
Expose TPU hints through AudioStreaming.h
Also add vintf_fragments Bug: 127982667 Test: boot Change-Id: Ic8d03d10c1747d5b72bf874bba002c6f2e95b490
Diffstat (limited to 'power-libperfmgr/Android.bp')
-rw-r--r--power-libperfmgr/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/power-libperfmgr/Android.bp b/power-libperfmgr/Android.bp
index bbcc1b8b..728acffd 100644
--- a/power-libperfmgr/Android.bp
+++ b/power-libperfmgr/Android.bp
@@ -15,6 +15,7 @@
cc_binary {
name: "android.hardware.power@1.3-service.pixel-libperfmgr",
relative_install_path: "hw",
+ vintf_fragments: ["android.hardware.power@1.3-service.pixel.xml"],
init_rc: ["android.hardware.power@1.3-service.pixel-libperfmgr.rc"],
srcs: ["service.cpp", "Power.cpp", "InteractionHandler.cpp",
"display-helper.cpp"],
@@ -35,6 +36,5 @@ cc_binary {
"android.hardware.power@1.3",
"libperfmgr",
],
- required: ["powerhint.json"],
proprietary: true,
}