From c53028026ba411981a3bf332fa53752c549aa305 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 18 Jul 2015 16:42:27 +0000 Subject: devel/android-tools-{adb,fastboot}-devel: update to m.p.190 Changes: https://android.googlesource.com/platform/system/core/+log/53d504f..683790a/adb Changes: https://android.googlesource.com/platform/system/core/+log/53d504f..683790a/fastboot --- devel/android-tools-fastboot-devel/files/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'devel/android-tools-fastboot-devel/files') diff --git a/devel/android-tools-fastboot-devel/files/Makefile b/devel/android-tools-fastboot-devel/files/Makefile index 64fcbb34940a..443dd2d1d5b4 100644 --- a/devel/android-tools-fastboot-devel/files/Makefile +++ b/devel/android-tools-fastboot-devel/files/Makefile @@ -4,11 +4,11 @@ PROG_CXX=fastboot BINDIR?=/usr/bin SRCS+= bootimg_utils.cpp -SRCS+= engine.c +SRCS+= engine.cpp SRCS+= fastboot.cpp -SRCS+= fs.c -SRCS+= protocol.c -SRCS+= util.c +SRCS+= fs.cpp +SRCS+= protocol.cpp +SRCS+= util.cpp .PATH: ${FILESDIR} SRCS+= usb_freebsd.c @@ -47,7 +47,9 @@ SRCS+= init.c SRCS+= label.c SRCS+= label_android_property.c SRCS+= label_file.c +SRCS+= label_support.c CFLAGS.init.c+= -DDARWIN # statfs +CFLAGS.label_file.c+= -D_WITH_GETLINE # required by fastboot and ext4_utils .PATH: ${.CURDIR}/../libsparse -- cgit v1.2.3