diff options
author | Songchun Fan <schfan@google.com> | 2020-03-05 09:16:08 -0800 |
---|---|---|
committer | Songchun Fan <schfan@google.com> | 2020-03-05 09:23:29 -0800 |
commit | d1c62a4e8958fa3dac3c51d3ab1c118feef81f93 (patch) | |
tree | e09b6aff4fe515331e126b45bf95bdf89b6a0a92 /services/incremental/BinderIncrementalService.h | |
parent | 291718cdb772afcd10f84704d72a72c0f8381f4e (diff) |
rename incremental service name
Previously we had to use "incremental_service" because the proxy service
was using "incremental". Now that we have removed the proxy service, we
can just use "incremental".
Test: adb shell dumpsys incremental
Test: atest PackageManagerShellCommandIncrementalTest
BUG: 150406132
Change-Id: I0788cb90bf73b074506f9079253c433429eef782
Diffstat (limited to 'services/incremental/BinderIncrementalService.h')
-rw-r--r-- | services/incremental/BinderIncrementalService.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/incremental/BinderIncrementalService.h b/services/incremental/BinderIncrementalService.h index 4075da6d8159..28613e101b7c 100644 --- a/services/incremental/BinderIncrementalService.h +++ b/services/incremental/BinderIncrementalService.h @@ -31,7 +31,7 @@ public: BinderIncrementalService(const sp<IServiceManager>& sm); static BinderIncrementalService* start(); - static const char16_t* getServiceName() { return u"incremental_service"; } + static const char16_t* getServiceName() { return u"incremental"; } status_t dump(int fd, const Vector<String16>& args) final; void onSystemReady(); |