commit | baaef8871ca4ffa8593cac188fe85d7ea387ff9e | [log] [tgz] |
---|---|---|
author | Yiwei Zhang <zzyiwei@google.com> | Sun Feb 02 17:45:30 2020 -0800 |
committer | Yiwei Zhang <zzyiwei@google.com> | Mon Feb 03 00:00:50 2020 -0800 |
tree | 3a67f48b2a42aaed5269c1615166132a1da28f14 | |
parent | a433f5d64ef36150e7a919bdc8b12f5789817257 [diff] [blame] |
GpuStats: separate stats module as a separate library Bug: 141392969 Test: build, flash and boot, adb shell cmd gpu vkjson Change-Id: If88e84c65cf6c0ee8a9c4daa8fe6807db5e1e32d
diff --git a/services/gpuservice/gpustats/GpuStats.cpp b/services/gpuservice/gpustats/GpuStats.cpp index 7fff6ed..63723b6 100644 --- a/services/gpuservice/gpustats/GpuStats.cpp +++ b/services/gpuservice/gpustats/GpuStats.cpp
@@ -17,7 +17,7 @@ #define LOG_TAG "GpuStats" #define ATRACE_TAG ATRACE_TAG_GRAPHICS -#include "GpuStats.h" +#include <gpustats/GpuStats.h> #include <cutils/properties.h> #include <log/log.h>