Skip to content

Commit

Permalink
osprey: system-properties: Migrate from system.prop to system_prop.mk
Browse files Browse the repository at this point in the history
Change-Id: Iea0dcc646e140bf0c1ed2ce6c71ce639c2ff25eb
  • Loading branch information
chil360 authored and althafvly committed Jun 6, 2020
1 parent f657f66 commit a8397de
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
3 changes: 0 additions & 3 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,5 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2432696320 # 2375680 * 1024 mmcblk0p41
BOARD_PERSISTIMAGE_PARTITION_SIZE := 8388608 # 8192 * 1024 mmcblk0p29
BOARD_USERDATAIMAGE_PARTITION_SIZE := 4865261568 # 4751232 * 1024 mmcblk0p42

# Properties
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop

# Sensors
BOARD_USES_STML0XX_SENSOR_HUB := true
3 changes: 3 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ PRODUCT_COPY_FILES += \
# Overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay

# System Properties
$(call inherit-product, device/motorola/osprey/system_prop.mk)

# Ramdisk
PRODUCT_PACKAGES += \
init.device.config.sh \
Expand Down
10 changes: 0 additions & 10 deletions system.prop

This file was deleted.

10 changes: 10 additions & 0 deletions system_prop.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Audio
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.audio.fluence.mode=endfire \
persist.vendor.audio.fluence.voicecall=true \
ro.vendor.audio.sdk.fluencetype=fluence \

# Display
PRODUCT_PROPERTY_OVERRIDES += \
debug.hwui.use_buffer_age=false \
ro.sf.lcd_density=320 \

0 comments on commit a8397de

Please sign in to comment.