Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 232f869c authored by John Grossman's avatar John Grossman
Browse files

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
parent f0da1f51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)
#
# libaah_timesrv_client
# libcommon_time_client
# (binder marshalers for ICommonClock as well as common clock and local clock
# helper code)
#

include $(CLEAR_VARS)

LOCAL_MODULE := libaah_timesrv_client
LOCAL_MODULE := libcommon_time_client
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := cc_helper.cpp \
                   local_clock.cpp \
Loading