am 2476ec99
: Merge "use ext4 instead of yaffs for the emulator"
* commit '2476ec994d449d31c89571723b4b17826639c1bf': use ext4 instead of yaffs for the emulator
This commit is contained in:
@@ -44,3 +44,11 @@ BUILD_EMULATOR_OPENGL := true
|
|||||||
# Build and enable the OpenGL ES View renderer. When running on the emulator,
|
# Build and enable the OpenGL ES View renderer. When running on the emulator,
|
||||||
# the GLES renderer disables itself if host GL acceleration isn't available.
|
# the GLES renderer disables itself if host GL acceleration isn't available.
|
||||||
USE_OPENGL_RENDERER := true
|
USE_OPENGL_RENDERER := true
|
||||||
|
|
||||||
|
TARGET_USERIMAGES_USE_EXT4 := true
|
||||||
|
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 314572800
|
||||||
|
BOARD_USERDATAIMAGE_PARTITION_SIZE := 209715200
|
||||||
|
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
|
||||||
|
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||||
|
BOARD_FLASH_BLOCK_SIZE := 512
|
||||||
|
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
|
||||||
|
@@ -48,3 +48,11 @@ BUILD_EMULATOR_OPENGL := true
|
|||||||
# Build and enable the OpenGL ES View renderer. When running on the emulator,
|
# Build and enable the OpenGL ES View renderer. When running on the emulator,
|
||||||
# the GLES renderer disables itself if host GL acceleration isn't available.
|
# the GLES renderer disables itself if host GL acceleration isn't available.
|
||||||
USE_OPENGL_RENDERER := true
|
USE_OPENGL_RENDERER := true
|
||||||
|
|
||||||
|
TARGET_USERIMAGES_USE_EXT4 := true
|
||||||
|
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 314572800
|
||||||
|
BOARD_USERDATAIMAGE_PARTITION_SIZE := 209715200
|
||||||
|
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
|
||||||
|
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||||
|
BOARD_FLASH_BLOCK_SIZE := 512
|
||||||
|
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
|
||||||
|
@@ -33,3 +33,11 @@ BUILD_EMULATOR_OPENGL := true
|
|||||||
# Build and enable the OpenGL ES View renderer. When running on the emulator,
|
# Build and enable the OpenGL ES View renderer. When running on the emulator,
|
||||||
# the GLES renderer disables itself if host GL acceleration isn't available.
|
# the GLES renderer disables itself if host GL acceleration isn't available.
|
||||||
USE_OPENGL_RENDERER := true
|
USE_OPENGL_RENDERER := true
|
||||||
|
|
||||||
|
TARGET_USERIMAGES_USE_EXT4 := true
|
||||||
|
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 314572800
|
||||||
|
BOARD_USERDATAIMAGE_PARTITION_SIZE := 209715200
|
||||||
|
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
|
||||||
|
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||||
|
BOARD_FLASH_BLOCK_SIZE := 512
|
||||||
|
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
|
||||||
|
Reference in New Issue
Block a user