strip comments from event-log-tags on device

This saves about 8k from the system image.

Bug: 2036961
This commit is contained in:
Doug Zongker 2009-08-06 16:43:47 -07:00
parent cc1de48dcd
commit 0e5e7ef1fe
1 changed files with 1 additions and 0 deletions

View File

@ -21,5 +21,6 @@ LOCAL_MODULE := event-log-tags
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := $(LOCAL_MODULE)
LOCAL_PREBUILT_STRIP_COMMENTS := 1
include $(BUILD_PREBUILT)