commit | a05cafa14c2699cac45e6d1f411f061bf52ff9a5 | [log] [tgz] |
---|---|---|
author | Sahil Dhanju <sahildhanju@google.com> | Fri Jul 29 09:37:48 2016 -0700 |
committer | Sahil Dhanju <sahildhanju@google.com> | Mon Aug 01 19:57:51 2016 -0700 |
tree | 0552fd81d441e8bceb1fc0bf9b897e8d2189351f | |
parent | 13beaf9e0100dcad515763e0c4607719ab4e2fc7 [diff] [blame] |
Renamed folder holding trace protobuf and updated Updated SurfaceInterceptor include path for protobuf Change-Id: Iad613857ccdb876621f6fc067bcdc5083e9557f3
diff --git a/services/surfaceflinger/SurfaceInterceptor.h b/services/surfaceflinger/SurfaceInterceptor.h index 5582a5c..bc8174c 100644 --- a/services/surfaceflinger/SurfaceInterceptor.h +++ b/services/surfaceflinger/SurfaceInterceptor.h
@@ -17,7 +17,7 @@ #ifndef ANDROID_SURFACEINTERCEPTOR_H #define ANDROID_SURFACEINTERCEPTOR_H -#include <frameworks/native/cmds/surfacecapturereplay/proto/src/trace.pb.h> +#include <frameworks/native/cmds/surfacereplayer/proto/src/trace.pb.h> #include <mutex>