commit | 2d4c18871f2a15e3ab85528a03c4f1871dc96d20 | [log] [tgz] |
---|---|---|
author | Yiwei Zhang <zzyiwei@google.com> | Sun Feb 24 22:28:08 2019 -0800 |
committer | Yiwei Zhang <zzyiwei@google.com> | Tue Feb 26 14:03:42 2019 -0800 |
tree | 71517643d23162f64d3857a1ec7a36423f5277a6 | |
parent | bb4eaf622323f861300d5e3091d12113501a9000 [diff] [blame] |
Game Driver: add GpuStats class to process and dump stats Bug: 123529932 Test: adb shell dumpsys gpu Change-Id: I2d524b1eecb00be71d344c07e8e18244a44bbcb8
diff --git a/services/gpuservice/Android.bp b/services/gpuservice/Android.bp index 2e8571a..dbb6ba6 100644 --- a/services/gpuservice/Android.bp +++ b/services/gpuservice/Android.bp
@@ -2,6 +2,7 @@ name: "gpuservice_sources", srcs: [ "GpuService.cpp", + "gpustats/GpuStats.cpp" ], }