pstar: add vendor props from stock RRA31.Q3-19-19

This commit is contained in:
SGCMarkus 2022-02-16 23:32:31 +01:00
commit fdb22fa2c3
2 changed files with 13 additions and 0 deletions

View file

@ -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)