commit | 9bd4962af87257c6a97e9026af7e4764394412c2 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Mon Nov 30 14:28:59 2009 -0800 |
committer | Doug Zongker <dougz@android.com> | Thu Dec 03 16:47:52 2009 -0800 |
tree | 240a6d2622cc50e649296cdba5739eb5fdebbd59 | |
parent | 8c1eeffe4339530cb76572588330a698bccb622c [diff] |
break up event-log-tags; generate java source files with constants Construct the /system/etc/event-log-tags file by unioning together any *.logtags files included in LOCAL_SRC_FILES throughout the system (with appropriate error checking for dup tag numbers, etc.) For java packages, generate a java source file from the logtags file for that package that contains static integer constants for each tag name.