Skip to content

Commit

Permalink
on5ltetmo: switch to TARGET_SCREEN_DENSITY
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Matthews <[email protected]>
  • Loading branch information
FieryFlames committed Jul 21, 2021
1 parent ba46f99 commit 7102d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ TARGET_OTA_ASSERT_DEVICE := on5lte,on5ltetmo,on5ltemtr
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth

# Display
TARGET_SCREEN_DENSITY := 320

# Network Routing
TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE := true

Expand Down
4 changes: 0 additions & 4 deletions system_prop.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
# limitations under the License.
#

# Display
PRODUCT_PROPERTY_OVERRIDES += \
ro.sf.lcd_density=320

# Dalvik/Art
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.heapstartsize=8m \
Expand Down

0 comments on commit 7102d54

Please sign in to comment.