History log of /system/core/toolbox/generate-input.h-labels.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b22b9987a88f524986c5e40323bfbbb3bb943290 29-Jun-2016 Elliott Hughes <enh@google.com> Fix the generated getevent labels.

Some of the less-used stuff stayed behind in input.h, so we need to
parse both files.

Change-Id: Iff2b6e3fc4f5a6584169d12f16427b4f235da21a
Test: manual inspection of the generated file.
/system/core/toolbox/generate-input.h-labels.py
c434cf82d526f07cd3dcebf53582eeddf12b0a74 23-Feb-2016 Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> Allow building with Python 3.x

Allow the scripts to run with both python 2.x and 3.x

Change-Id: I911118bcf370d09bdb2fb46afa21af64257f1ffb
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
/system/core/toolbox/generate-input.h-labels.py
bd02a47b227430e7e9702dcfb11d4eb445847817 08-Feb-2016 Elliott Hughes <enh@google.com> Fix generation of event labels for getevent.

The recent uapi header update moved all the interesting constants
out into another file. Track that, and add the missing makefile
dependency.

Bug: http://b/27073568
Change-Id: I8ac1dd1122865479f69a76cbf427d4aacdf7b790
/system/core/toolbox/generate-input.h-labels.py
608fb70dd86b763be56508a3412e6e0021390f2a 26-Mar-2015 Elliott Hughes <enh@google.com> $ANDROID_BUILD_TOP isn't set for continuous builds.

Instead, take advantage of the fact that we'll be run from the root of the
tree.

Change-Id: I5ce6d1c9ae8d478748ab90c9d3cc8e665ae5859b
/system/core/toolbox/generate-input.h-labels.py
c7f3c5c10cbe633683888a7e14a5fa436a2b32a6 26-Mar-2015 Elliott Hughes <enh@google.com> Auto-generate the getevent labels from <linux/input.h>.

Now we only have to remember to update the kernel uapi headers, which
we're pretty good at.

Change-Id: If04eb8c50882fff5e5e2a5d72664f5d4c4c538b1
/system/core/toolbox/generate-input.h-labels.py