am 7fa28666: Merge change I502d5a9b into eclair-mr2

Merge commit '7fa286662790bce1687bd4ff25a6735491392b9c' into eclair-mr2-plus-aosp

* commit '7fa286662790bce1687bd4ff25a6735491392b9c':
  construct event-log-tags via the new build mechanism
This commit is contained in:
Doug Zongker 2009-12-03 17:05:42 -08:00 committed by Android Git Automerger
commit 73bec02cc3
2 changed files with 1 additions and 15 deletions

View file

@ -3,24 +3,10 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= logcat.cpp
LOCAL_SRC_FILES:= logcat.cpp event.logtags
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_MODULE:= logcat
include $(BUILD_EXECUTABLE)
########################
include $(CLEAR_VARS)
LOCAL_MODULE := event-log-tags
# This will install the file in /system/etc
#
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := $(LOCAL_MODULE)
LOCAL_PREBUILT_STRIP_COMMENTS := 1
include $(BUILD_PREBUILT)