Skip to content

Commit a656687

Browse files
andi34Ryan N. Norris
authored and
Ryan N. Norris
committedAug 8, 2015
recovery: Allow devices to reboot to download mode
Change-Id: I70149ff952aeee83f029db7f634ed5bf95cb54fb
1 parent 7361bda commit a656687

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎Android.mk

+4
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ endif
124124
LOCAL_STATIC_LIBRARIES += libext4_utils_static libz
125125
#endif
126126

127+
ifeq ($(BOARD_HAS_DOWNLOAD_MODE), true)
128+
LOCAL_CFLAGS += -DDOWNLOAD_MODE
129+
endif
130+
127131
LOCAL_CFLAGS += -DUSE_EXT4 -DMINIVOLD
128132
LOCAL_C_INCLUDES += system/extras/ext4_utils system/core/fs_mgr/include external/fsck_msdos
129133
LOCAL_C_INCLUDES += system/vold external/e2fsprogs/lib

0 commit comments

Comments
 (0)
Please sign in to comment.