From 44641d3db3b5fd5c7616c8a646ec8b6af20baa18 Mon Sep 17 00:00:00 2001 From: Paul Westbrook Date: Fri, 8 Jan 2010 16:10:58 -0800 Subject: [PATCH] Bug 2321983 Move SYNC_DETAILS from framework/base to the gsf clientlib --- Android.mk | 1 - core/java/android/content/EventLogTags.logtags | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 core/java/android/content/EventLogTags.logtags diff --git a/Android.mk b/Android.mk index 8a1013f5f6698..1e1e530710604 100644 --- a/Android.mk +++ b/Android.mk @@ -165,7 +165,6 @@ LOCAL_SRC_FILES += \ telephony/java/com/android/internal/telephony/IExtendedNetworkService.aidl \ vpn/java/android/net/vpn/IVpnService.aidl \ -LOCAL_SRC_FILES += core/java/android/content/EventLogTags.logtags # FRAMEWORKS_BASE_JAVA_SRC_DIRS comes from build/core/pathmap.mk LOCAL_AIDL_INCLUDES += $(FRAMEWORKS_BASE_JAVA_SRC_DIRS) diff --git a/core/java/android/content/EventLogTags.logtags b/core/java/android/content/EventLogTags.logtags deleted file mode 100644 index af50a3c803a71..0000000000000 --- a/core/java/android/content/EventLogTags.logtags +++ /dev/null @@ -1,10 +0,0 @@ -# See system/core/logcat/event.logtags for a description of the format of this file. - -option java_package android.content - -# --------------------------- -# SyncAdapter.java -# --------------------------- -# What happens in a sync operation (bytes sent and received, and -# operation details) -2743 sync_details (authority|3),(send|1|2),(recv|1|2),(details|3)