Bug 1210585 - Generate bindings for KeyEvent; r=snorp

Autogenerate C++ bindings for the SDK class KeyEvent.
This commit is contained in:
Jim Chen 2015-10-22 17:45:45 -04:00
parent 1528781f33
commit cee2eb79f2
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
android.view.KeyEvent

View File

@ -26,6 +26,7 @@ sdk_processor := \
bindings_exports_FILES := \
AndroidRect.h \
Bundle.h \
KeyEvent.h \
MediaCodec.h \
SurfaceTexture.h \
$(NULL)

View File

@ -9,6 +9,7 @@
generated = [
'AndroidRect',
'Bundle',
'KeyEvent',
'MediaCodec',
'SurfaceTexture'
]