Skip to content

Commit

Permalink
recovery: Update src files for N
Browse files Browse the repository at this point in the history
Change-Id: Ie51fd5c3fc9b88a1ca1d219732f2d4fe55e46b3c
  • Loading branch information
luca020400 authored and Steve Kondik committed Sep 4, 2016
1 parent efb01d5 commit 2452ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ LOCAL_SRC_FILES += \
../../system/core/toolbox/newfs_msdos.c \
../../system/core/toolbox/start.c \
../../system/core/toolbox/stop.c \
../../system/vold/vdc.c
../../system/vold/vdc.cpp

LOCAL_MODULE := recovery

Expand Down Expand Up @@ -264,7 +264,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Dmain=make_ext4fs_main
LOCAL_SRC_FILES := \
../../system/extras/ext4_utils/make_ext4fs_main.c \
../../system/extras/ext4_utils/canned_fs_config.c
../../system/core/libcutils/canned_fs_config.c
include $(BUILD_STATIC_LIBRARY)

# Minizip static library
Expand Down

0 comments on commit 2452ff6

Please sign in to comment.