OSDN Git Service

break up event-log-tags; generate java source files with constants
authorDoug Zongker <dougz@android.com>
Mon, 30 Nov 2009 22:28:59 +0000 (14:28 -0800)
committerDoug Zongker <dougz@android.com>
Fri, 4 Dec 2009 00:47:52 +0000 (16:47 -0800)
commit9bd4962af87257c6a97e9026af7e4764394412c2
tree240a6d2622cc50e649296cdba5739eb5fdebbd59
parent8c1eeffe4339530cb76572588330a698bccb622c
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.
core/Makefile
core/base_rules.mk
core/config.mk
core/definitions.mk
tools/event_log_tags.py [new file with mode: 0644]
tools/java-event-log-tags.py [new file with mode: 0755]
tools/merge-event-log-tags.py [new file with mode: 0755]