config: Drop 2-button navigation support on tablets

It's completely broken as of Android 12L. Make it available only
on devices that inherit from full_phone configs.

Change-Id: I1b5d39e09b6223c78c4afb7b4480c654d848c36b
This commit is contained in:
Bruno Martins
2022-03-13 23:17:36 +00:00
parent c86992e0cd
commit 755d713ebe
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,8 @@ $(call inherit-product, vendor/lineage/config/common_full.mk)
# Required packages # Required packages
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
LatinIME LatinIME \
NavigationBarMode2ButtonOverlay
# Include Lineage LatinIME dictionaries # Include Lineage LatinIME dictionaries
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries

View File

@@ -53,8 +53,7 @@ PRODUCT_PACKAGES += \
IconShapeTaperedRectOverlay \ IconShapeTaperedRectOverlay \
IconShapeTeardropOverlay \ IconShapeTeardropOverlay \
IconShapeVesselOverlay \ IconShapeVesselOverlay \
LineageNavigationBarNoHint \ LineageNavigationBarNoHint
NavigationBarMode2ButtonOverlay
# Media # Media
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \