msm8976-common: Fix build of librecovery_updater_samsung

Change-Id: I308fca4987b049266ebaae04de8b3e0efbf836ba
This commit is contained in:
LuK1337 2018-08-12 20:51:09 +02:00
parent 938eecdcc6
commit 00999089ce
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_C_INCLUDES := $(call project-path-for,recovery) \
$(call project-path-for,recovery)/edify/include \
$(call project-path-for,recovery)/otautil/include \
$(call project-path-for,recovery)/updater/include
LOCAL_SRC_FILES := recovery_updater.cpp
LOCAL_MODULE := librecovery_updater_samsung

View File

@ -27,6 +27,7 @@
#include <unistd.h>
#include "edify/expr.h"
#include "otautil/error_code.h"
#include "updater/install.h"
#define MAX(a, b) (((a) > (b)) ? (a) : (b))