mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 13:35:15 +00:00
pstar: inherit sm8250-common and vendor makefiles
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
# Inherit from motorola sm8250-common
|
||||
$(call inherit-product, device/motorola/sm8250-common/BoardConfigCommon.mk)
|
||||
|
||||
# Partitions
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 226517168128
|
||||
@@ -25,3 +27,7 @@ BOARD_VENDORIMAGE_PARTITION_RESERVED_SIZE := 993096064
|
||||
endif
|
||||
BOARD_MOT_DP_SIZE := 7109345280
|
||||
BOARD_SUPER_PARTITION_SIZE := 14227079168
|
||||
|
||||
|
||||
# inherit from the proprietary version
|
||||
$(call inherit-product, vendor/motorola/pstar/BoardConfigVendor.mk)
|
||||
|
||||
@@ -19,3 +19,11 @@ TARGET_SCREEN_HEIGHT := 2400
|
||||
TARGET_SCREEN_WIDTH := 1080
|
||||
|
||||
PRODUCT_SHIPPING_API_LEVEL := 30
|
||||
|
||||
# Inherit from motorola sm8250-common
|
||||
$(call inherit-product, device/motorola/sm8250-common/common.mk)
|
||||
|
||||
|
||||
|
||||
# Inherit from vendor blobs
|
||||
$(call inherit-product, vendor/motorola/pstar/pstar-vendor.mk)
|
||||
|
||||
Reference in New Issue
Block a user