Skip to content

Commit

Permalink
FOD: Add option to device has own keyguard fod dimens overlay
Browse files Browse the repository at this point in the history
* set TARGET_HAS_FOD_OVERLAY := true in device repo
* for device which has strange FOD position like POCO F2 Pro...

Signed-off-by: lindwurm <lindwurm.q@gmail.com>
  • Loading branch information
lindwurm committed Oct 24, 2020
1 parent 7c043db commit 1915709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/common.mk
Expand Up @@ -183,8 +183,10 @@ PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay
DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/common

ifeq ($(TARGET_HAS_FOD),true)
ifneq ($(TARGET_HAS_FOD_OVERLAY),true)
DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/fod
endif
endif

# Product version should match Android version
PRODUCT_VERSION_MAJOR = 10
Expand Down

0 comments on commit 1915709

Please sign in to comment.