Skip to content

Commit

Permalink
drop fb2png binary support
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilZ-cwm6 committed Aug 4, 2014
1 parent 4fb941b commit 99ecadb
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 5,630 deletions.
6 changes: 1 addition & 5 deletions Android.mk
Expand Up @@ -121,7 +121,7 @@ LOCAL_CFLAGS += -DBOARD_RECOVERY_CHAR_WIDTH=$(BOARD_RECOVERY_CHAR_WIDTH) -DBOARD

BOARD_RECOVERY_DEFINES := BOARD_HAS_NO_SELECT_BUTTON BOARD_RECOVERY_ALWAYS_WIPES BOARD_RECOVERY_HANDLES_MOUNT TARGET_USE_CUSTOM_LUN_FILE_PATH BOARD_UMS_LUNFILE TARGET_DEVICE TARGET_RECOVERY_FSTAB BOARD_RECOVERY_BLDRMSG_OFFSET
BOARD_RECOVERY_DEFINES += BOOTLOADER_CMD_ARG BOARD_HAS_SLOW_STORAGE BOARD_USE_MTK_LAYOUT BOARD_MTK_BOOT_LABEL BOARD_RECOVERY_USE_LIBTAR BOARD_HAS_NO_MULTIUSER_SUPPORT
BOARD_RECOVERY_DEFINES += BRIGHTNESS_SYS_FILE BATTERY_LEVEL_PATH BOARD_POST_UNBLANK_COMMAND BOARD_HAS_LOW_RESOLUTION RECOVERY_TOUCHSCREEN_SWAP_XY RECOVERY_TOUCHSCREEN_FLIP_X RECOVERY_TOUCHSCREEN_FLIP_Y BOARD_USE_B_SLOT_PROTOCOL BOARD_HAS_NO_FB2PNG
BOARD_RECOVERY_DEFINES += BRIGHTNESS_SYS_FILE BATTERY_LEVEL_PATH BOARD_POST_UNBLANK_COMMAND BOARD_HAS_LOW_RESOLUTION RECOVERY_TOUCHSCREEN_SWAP_XY RECOVERY_TOUCHSCREEN_FLIP_X RECOVERY_TOUCHSCREEN_FLIP_Y BOARD_USE_B_SLOT_PROTOCOL

# Stringify BOARD_RECOVERY_DEFINES list
$(foreach board_define,$(BOARD_RECOVERY_DEFINES), \
Expand Down Expand Up @@ -310,10 +310,6 @@ include $(commands_recovery_local_path)/libtouch_gui/Android.mk
endif
endif

ifneq ($(BOARD_HAS_NO_FB2PNG),true)
include $(commands_recovery_local_path)/fb2png/Android.mk
endif

ifneq ($(BOARD_USE_NTFS_3G),false)
include $(commands_recovery_local_path)/ntfs-3g/Android.mk
endif
Expand Down
2 changes: 0 additions & 2 deletions boardconfig/BoardConfig.mk
Expand Up @@ -36,8 +36,6 @@
# you still need to enable a LOCAL_CFLAGS if defined
# - BOARD_HAS_SLOW_STORAGE := true
# when defined, size progress info during backup/restore will be disabled on default settings
# - BOARD_HAS_NO_FB2PNG := true
# define this to disable fb2png support and spare some space (do not use screen capture)
# - BOARD_USE_NTFS_3G := false
# will not include ntfs-3g binary to format and mount NTFS partitions. This can spare about 300kb space
# devices using NTFS kernel modules will still be able to mount NTFS but not format to NTFS
Expand Down
5 changes: 0 additions & 5 deletions fb2png/.gitignore

This file was deleted.

66 changes: 0 additions & 66 deletions fb2png/Android.mk

This file was deleted.

Empty file removed fb2png/AndroidManifest.xml
Empty file.
17 changes: 0 additions & 17 deletions fb2png/COPYING

This file was deleted.

32 changes: 0 additions & 32 deletions fb2png/Makefile

This file was deleted.

192 changes: 0 additions & 192 deletions fb2png/adb_screenshoot.c

This file was deleted.

0 comments on commit 99ecadb

Please sign in to comment.