mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Fix build of librecovery_updater_samsung
Change-Id: I308fca4987b049266ebaae04de8b3e0efbf836ba
This commit is contained in:
parent
938eecdcc6
commit
00999089ce
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue