universal7885-common: overlay: enable option for full screen aspect ratio

Change-Id: Ica01880ce444313ae08151e6cfdcf5ef71a523b6
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Jesse Chan 2018-04-30 23:02:55 -07:00 committed by roynatech2544
commit 873745a525
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2018 The LineageOS Project
* SPDX-License-Identifier: Apache-2.0
-->
<resources>
<bool name="config_haveHigherAspectRatioScreen">true</bool>
</resources>

View file

@ -23,6 +23,7 @@ PRODUCT_PACKAGES += \
# Overlays # Overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-lineage
# Permissions # Permissions
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \