Add support for logtags

This lets modules declare logtags files, which will then be exported to
make using LOCAL_LOGTAGS_FILES. Make still generates event-log-tags and
the java code.

Bug: 28989759
Change-Id: Ie6be79d3ef8a17a74d42eba681a25a08b4c0e7ae
This commit is contained in:
Dan Willemsen
2016-06-01 15:25:32 -07:00
parent 1cdcf50b4b
commit 0fda89f4a8
2 changed files with 9 additions and 0 deletions

View File

@@ -111,6 +111,10 @@ type commonProperties struct {
// whether this is a proprietary vendor module, and should be installed into /vendor
Proprietary bool
// *.logtags files, to combine together in order to generate the /system/etc/event-log-tags
// file
Logtags []string
// Set by HostOrDeviceMutator
CompileHostOrDevice HostOrDevice `blueprint:"mutated"`