Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9d435cd authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "otautil: Clean up obsolete includes." am: b80d136d

am: b50fa1fc

Change-Id: I297e91af6b5cdcf9bec524764e5dbe6a879fd4a7
parents 260573b3 b50fa1fc
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -20,16 +20,10 @@ LOCAL_SRC_FILES := \
    DirUtil.cpp \
    ZipUtil.cpp

LOCAL_C_INCLUDES := \
    external/zlib \
    external/safe-iop/include

LOCAL_STATIC_LIBRARIES := libselinux libbase

LOCAL_MODULE := libotautil

LOCAL_CLANG := true

LOCAL_CFLAGS += -Werror -Wall

include $(BUILD_STATIC_LIBRARY)
+1 −6
Original line number Diff line number Diff line
@@ -16,17 +16,12 @@

#include "SysUtil.h"

#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>

#include <algorithm>
#include <string>