summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Chang <chengjeff@google.com>2019-11-25 15:50:07 +0800
committerJeff Chang <chengjeff@google.com>2019-11-26 12:19:51 +0000
commit960641263bc08a00b4d1b9d8b3fffa3c02201b2b (patch)
tree57eff1a7a2b1012f6928446f86973500b28014c9 /include
parentcdb97fa6e63b34d60c5c41867e2306dc16645416 (diff)
downloadplatform_system_iorap-960641263bc08a00b4d1b9d8b3fffa3c02201b2b.tar.gz
platform_system_iorap-960641263bc08a00b4d1b9d8b3fffa3c02201b2b.tar.bz2
platform_system_iorap-960641263bc08a00b4d1b9d8b3fffa3c02201b2b.zip
Fix WindowManager proto for activityRecord level unification
WindowManager consolidate ActivityRecordProto,AppWindowTokenProto and move ActivityRecordProto to windowmanagerservice.proto. This CL fix the changed for activityRecord level unification. Bug: 143460940 Test: atest system/iorap Change-Id: Ia6c491af40ea6bfbb9d40ac40bc2ee1f253018eb
Diffstat (limited to 'include')
-rw-r--r--include/binder/app_launch_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/binder/app_launch_event.h b/include/binder/app_launch_event.h
index bfe4ff6..3a88e7c 100644
--- a/include/binder/app_launch_event.h
+++ b/include/binder/app_launch_event.h
@@ -31,7 +31,7 @@ namespace binder {
// These protos are part of the iorapd binder ABI, alias them for easier usage.
using IntentProto = ::android::content::IntentProto;
-using ActivityRecordProto = ::com::android::server::am::ActivityRecordProto;
+using ActivityRecordProto = ::com::android::server::wm::ActivityRecordProto;
struct AppLaunchEvent : public ::android::Parcelable {
// Index position matters: Keep up-to-date with AppLaunchEvent.java sTypes field.