Loading core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. BUILD_ID=RM1A.200517.001 BUILD_ID=RM1A.200518.001 target/board/BoardConfigEmuCommon.mk +0 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,6 @@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true) # emulator needs super.img BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true BOARD_EXT4_SHARE_DUP_BLOCKS := true # 3G + header BOARD_SUPER_PARTITION_SIZE := 3229614080 BOARD_SUPER_PARTITION_GROUPS := emulator_dynamic_partitions Loading target/board/BoardConfigMainlineCommon.mk +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ TARGET_NO_BOOTLOADER := true TARGET_NO_RECOVERY := true BOARD_EXT4_SHARE_DUP_BLOCKS := true TARGET_USERIMAGES_USE_EXT4 := true # Mainline devices must have /system_ext, /vendor and /product partitions. Loading target/board/emulator_arm64/device.mk +3 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # limitations under the License. # PRODUCT_SOONG_NAMESPACES += device/generic/goldfish # for libwifi-hal-emu PRODUCT_SOONG_NAMESPACES += device/generic/goldfish-opengl # for goldfish deps. # Cuttlefish has GKI kernel prebuilts, so use those for the GKI boot.img. ifeq ($(TARGET_PREBUILT_KERNEL),) LOCAL_KERNEL := device/google/cuttlefish_kernel/5.4-arm64/kernel Loading target/board/generic/device.mk +3 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # limitations under the License. # PRODUCT_SOONG_NAMESPACES += device/generic/goldfish # for libwifi-hal-emu PRODUCT_SOONG_NAMESPACES += device/generic/goldfish-opengl # for goldfish deps. # NFC: # Provide default libnfc-nci.conf file for devices that does not have one in # vendor/etc because aosp system image (of aosp_$arch products) is going to Loading Loading
core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. BUILD_ID=RM1A.200517.001 BUILD_ID=RM1A.200518.001
target/board/BoardConfigEmuCommon.mk +0 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,6 @@ ifeq ($(PRODUCT_USE_DYNAMIC_PARTITIONS),true) # emulator needs super.img BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true BOARD_EXT4_SHARE_DUP_BLOCKS := true # 3G + header BOARD_SUPER_PARTITION_SIZE := 3229614080 BOARD_SUPER_PARTITION_GROUPS := emulator_dynamic_partitions Loading
target/board/BoardConfigMainlineCommon.mk +2 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ TARGET_NO_BOOTLOADER := true TARGET_NO_RECOVERY := true BOARD_EXT4_SHARE_DUP_BLOCKS := true TARGET_USERIMAGES_USE_EXT4 := true # Mainline devices must have /system_ext, /vendor and /product partitions. Loading
target/board/emulator_arm64/device.mk +3 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # limitations under the License. # PRODUCT_SOONG_NAMESPACES += device/generic/goldfish # for libwifi-hal-emu PRODUCT_SOONG_NAMESPACES += device/generic/goldfish-opengl # for goldfish deps. # Cuttlefish has GKI kernel prebuilts, so use those for the GKI boot.img. ifeq ($(TARGET_PREBUILT_KERNEL),) LOCAL_KERNEL := device/google/cuttlefish_kernel/5.4-arm64/kernel Loading
target/board/generic/device.mk +3 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ # limitations under the License. # PRODUCT_SOONG_NAMESPACES += device/generic/goldfish # for libwifi-hal-emu PRODUCT_SOONG_NAMESPACES += device/generic/goldfish-opengl # for goldfish deps. # NFC: # Provide default libnfc-nci.conf file for devices that does not have one in # vendor/etc because aosp system image (of aosp_$arch products) is going to Loading