Loading target/board/BoardConfigGsiCommon.mk +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 67108864 # GSI forces product packages to /system for now. TARGET_COPY_OUT_PRODUCT := system/product BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := # Creates metadata partition mount point under root for # the devices with metadata parition Loading target/board/BoardConfigMainlineCommon.mk +3 −0 Original line number Diff line number Diff line Loading @@ -10,7 +10,10 @@ TARGET_USERIMAGES_USE_EXT4 := true # Mainline devices must have /vendor and /product partitions. TARGET_COPY_OUT_VENDOR := vendor BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4 TARGET_COPY_OUT_PRODUCT := product BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := ext4 # system-as-root is mandatory from Android P TARGET_NO_RECOVERY := true Loading Loading
target/board/BoardConfigGsiCommon.mk +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 67108864 # GSI forces product packages to /system for now. TARGET_COPY_OUT_PRODUCT := system/product BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := # Creates metadata partition mount point under root for # the devices with metadata parition Loading
target/board/BoardConfigMainlineCommon.mk +3 −0 Original line number Diff line number Diff line Loading @@ -10,7 +10,10 @@ TARGET_USERIMAGES_USE_EXT4 := true # Mainline devices must have /vendor and /product partitions. TARGET_COPY_OUT_VENDOR := vendor BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4 TARGET_COPY_OUT_PRODUCT := product BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := ext4 # system-as-root is mandatory from Android P TARGET_NO_RECOVERY := true Loading