Revert "msm8976-common: Fix build of librecovery_updater_samsung"

This reverts commit 00999089ce.
This commit is contained in:
ripee 2020-04-02 00:07:21 +02:00
parent b353f36fa5
commit 79191485fc
2 changed files with 0 additions and 3 deletions

View File

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