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,
}