This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
TARGET_CPU_ABI := none |
| 2 |
|
| 3 |
# These definitions override the defaults in config/config.make. |
| 4 |
TARGET_COMPRESS_MODULE_SYMBOLS := false |
| 5 |
|
| 6 |
TARGET_PRELINK_MODULE := false |
| 7 |
|
| 8 |
TARGET_NO_BOOTLOADER := true |
| 9 |
|
| 10 |
TARGET_NO_RECOVERY := true |
| 11 |
|
| 12 |
#TARGET_NO_KERNEL := true |
| 13 |
|
| 14 |
TARGET_HARDWARE_3D := false |
| 15 |
|
| 16 |
BOARD_USES_GENERIC_AUDIO := true |
| 17 |
|
| 18 |
TARGET_PROVIDES_INIT_RC := true |
| 19 |
|
| 20 |
USE_CAMERA_STUB := true |
| 21 |
|
| 22 |
USE_CUSTOM_RUNTIME_HEAP_MAX := "128M" |
| 23 |
|
| 24 |
TARGET_USERIMAGES_USE_EXT2 := true |
| 25 |
TARGET_BOOTIMAGE_USE_EXT2 := true |
| 26 |
TARGET_USE_DISKINSTALLER := true |
| 27 |
|
| 28 |
TARGET_DISK_LAYOUT_CONFIG := vendor/asus/eee_701/disk_layout.conf |
| 29 |
|
| 30 |
BOARD_KERNEL_CMDLINE := console=tty0 androidboot.hardware=eee_701 i915.modeset=1 |
| 31 |
|
| 32 |
BOARD_WPA_SUPPLICANT_DRIVER := WEXT |
| 33 |
|
| 34 |
BOARD_BOOTIMAGE_MAX_SIZE := 8388608 |
| 35 |
BOARD_SYSLOADER_MAX_SIZE := 7340032 |
| 36 |
BOARD_FLASH_BLOCK_SIZE := 512 |