summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorJohn Grossman <johngro@google.com>2012-01-17 18:52:32 -0800
committerJohn Grossman <johngro@google.com>2012-02-03 17:43:21 -0800
commit232f869c99b8b33276ddad8054fc3e89e44852e5 (patch)
tree35a9c55d06ad7b2bbbc85107ee243896b3d63191 /cmds
parentf0da1f51f41c254032a6dddc3985dd7b6dd7e59f (diff)
downloadframeworks_base-232f869c99b8b33276ddad8054fc3e89e44852e5.zip
frameworks_base-232f869c99b8b33276ddad8054fc3e89e44852e5.tar.gz
frameworks_base-232f869c99b8b33276ddad8054fc3e89e44852e5.tar.bz2
De-AAH-ify the common time service.
Bulk name change to remove references to Android@Home from the common time service in preparation for cleanup and up-integration into the master branch. Basically, aah_timesrv is now common_time. Change-Id: I3d3db212f96e8ba171aa36b9c58e27e4a336cb0a
Diffstat (limited to 'cmds')
-rw-r--r--cmds/servicemanager/service_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/servicemanager/service_manager.c b/cmds/servicemanager/service_manager.c
index b45b257..1c3dc4b 100644
--- a/cmds/servicemanager/service_manager.c
+++ b/cmds/servicemanager/service_manager.c
@@ -46,7 +46,7 @@ static struct {
{ AID_RADIO, "isms" },
{ AID_RADIO, "iphonesubinfo" },
{ AID_RADIO, "simphonebook" },
- { AID_MEDIA, "aah.common_clock" },
+ { AID_MEDIA, "common_time.clock" },
};
void *svcmgr_handle;