strip comments from event-log-tags on device
This saves about 8k from the system image. Bug: 2036961
This commit is contained in:
parent
cc1de48dcd
commit
0e5e7ef1fe
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue