universal7885: keyhandler: Move to java_sdk_lib

This commit is contained in:
Soo-Hwan Na 2022-04-03 22:44:18 +09:00 committed by roynaetch2544
commit 838beb5738
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
7 changed files with 14 additions and 2 deletions

View file

@ -1,6 +1,7 @@
java_library {
java_sdk_library {
name: "keyhandler",
srcs: [
"src/com/eurekateam/keyhandler/KeyHandler.java",
],
}
unsafe_ignore_missing_latest_api: true,
}

View file

@ -0,0 +1,6 @@
package com.eurekateam.keyhandler {
public class KeyHandler {
ctor public KeyHandler (android.content.Context);
method public android.view.KeyEvent handleKeyEvent();
}
}

View file

@ -0,0 +1 @@
// Signature format: 2.0

View file

@ -0,0 +1 @@
// Signature format: 2.0

View file

@ -0,0 +1 @@
// Signature format: 2.0

View file

@ -0,0 +1 @@
// Signature format: 2.0

View file

@ -0,0 +1 @@
// Signature format: 2.0