No description
Find a file
Doug Zongker abfbbe2e1d allow EventLog tag numbers to be auto-assigned
With this change, you can specify "?" in place of a tag number in a
.logtags file and the build system will assign numbers to these tags.
(The numbers used shouldn't matter since we translate them back to tag
names whenever the logs are read back.)

This is pretty straightforward to do:

- make merge-event-log-tags.py assign numbers to any tags that specify
  "?"

- make the generated java files depend on the merged output

- make java-event-log-tags.py read both the original .logtags and the
  merged output, and fill in tag numbers for any "?" using the merged
  version.

Change-Id: Icc6ccd705db461d570fc929922a830aa6deaca48
2010-02-16 14:32:08 -08:00
core allow EventLog tag numbers to be auto-assigned 2010-02-16 14:32:08 -08:00
libs/host remove mkdirs/etc which caused us to depend on libutils 2009-06-04 14:54:15 -07:00
target Enable DeskClock on all devices. 2010-02-09 15:55:45 -05:00
tools allow EventLog tag numbers to be auto-assigned 2010-02-16 14:32:08 -08:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
buildspec.mk.default merge from open-source master 2009-11-09 10:34:27 -08:00
cleanspec.mk cleanstep due to removal of classes & packages associated 2010-02-13 12:39:55 -08:00
envsetup.sh godir search should ignore .repo directory 2010-01-30 11:45:03 -08:00