pstar: add vendor props from stock RRA31.Q3-19-19
This commit is contained in:
parent
c3f2692179
commit
fdb22fa2c3
@ -14,6 +14,8 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
DEVICE_PATH := device/motorola/pstar
|
||||
|
||||
# Inherit from motorola sm8250-common
|
||||
$(call inherit-product, device/motorola/sm8250-common/BoardConfigCommon.mk)
|
||||
|
||||
@ -31,6 +33,8 @@ endif
|
||||
BOARD_MOT_DP_SIZE := 7109345280
|
||||
BOARD_SUPER_PARTITION_SIZE := 14227079168
|
||||
|
||||
# Properties
|
||||
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||
|
||||
# inherit from the proprietary version
|
||||
$(call inherit-product, vendor/motorola/pstar/BoardConfigVendor.mk)
|
||||
|
9
vendor.prop
Normal file
9
vendor.prop
Normal file
@ -0,0 +1,9 @@
|
||||
# Camera
|
||||
persist.vendor.camera.physical.num=4
|
||||
|
||||
# Display
|
||||
vendor.display.enable_camera_smooth=1
|
||||
vendor.display.enable_allow_idle_fallback=1
|
||||
|
||||
# NFC
|
||||
ro.venndor.hw.nfc=st
|
Loading…
x
Reference in New Issue
Block a user