Skip to content

Commit

Permalink
pocket2: Include LeanbackIME as keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleletortue committed Jul 24, 2021
1 parent 5e7868d commit 7abe745
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -3,3 +3,5 @@ Experimental device tree for Retroid Pocket 2 LineageOS 15.1
Issues:

None that I'm aware of

Note: Make sure to apply patches. Also, if you want LeanbackIME, clone it into packages/inputmethods/ from https://github.com/turtleletortue/LeanbackIME/
6 changes: 5 additions & 1 deletion device.mk
Expand Up @@ -88,6 +88,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
RePoLa

# LeanbackIME (Android TV keyboard, from Android 11)
PRODUCT_PACKAGES += \
LeanbackIME

# VNDK-SP
PRODUCT_PACKAGES += \
vndk-sp
Expand All @@ -98,7 +102,7 @@ PRODUCT_PACKAGES += \
# DRM
PRODUCT_PACKAGES += \
libdrm \
libmockdrmcryptoplugin \
libmockdrmcryptoplugin

# Default default.prop properties
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
Expand Down

0 comments on commit 7abe745

Please sign in to comment.