Loading target/board/BoardConfigGsiCommon.mk +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ TARGET_USERIMAGES_USE_F2FS := true # Enable dynamic system image size and reserved 64MB in it. BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 67108864 # GSI always requires separate vendor packages to vendor.img TARGET_COPY_OUT_VENDOR := vendor # GSI forces product packages to /system for now. TARGET_COPY_OUT_PRODUCT := system/product # Creates metadata partition mount point under root for # the devices with metadata parition Loading target/board/BoardConfigMainlineCommon.mk +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ TARGET_NO_KERNEL := true TARGET_USERIMAGES_USE_EXT4 := true # Mainline devices must have /vendor and /product partitions. TARGET_COPY_OUT_VENDOR := vendor TARGET_COPY_OUT_PRODUCT := product # system-as-root is mandatory from Android P TARGET_NO_RECOVERY := true BOARD_BUILD_SYSTEM_ROOT_IMAGE := true Loading Loading
target/board/BoardConfigGsiCommon.mk +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ TARGET_USERIMAGES_USE_F2FS := true # Enable dynamic system image size and reserved 64MB in it. BOARD_SYSTEMIMAGE_PARTITION_RESERVED_SIZE := 67108864 # GSI always requires separate vendor packages to vendor.img TARGET_COPY_OUT_VENDOR := vendor # GSI forces product packages to /system for now. TARGET_COPY_OUT_PRODUCT := system/product # Creates metadata partition mount point under root for # the devices with metadata parition Loading
target/board/BoardConfigMainlineCommon.mk +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ TARGET_NO_KERNEL := true TARGET_USERIMAGES_USE_EXT4 := true # Mainline devices must have /vendor and /product partitions. TARGET_COPY_OUT_VENDOR := vendor TARGET_COPY_OUT_PRODUCT := product # system-as-root is mandatory from Android P TARGET_NO_RECOVERY := true BOARD_BUILD_SYSTEM_ROOT_IMAGE := true Loading