Merge "otautil: Clean up obsolete includes."
This commit is contained in:
@@ -20,16 +20,10 @@ LOCAL_SRC_FILES := \
|
|||||||
DirUtil.cpp \
|
DirUtil.cpp \
|
||||||
ZipUtil.cpp
|
ZipUtil.cpp
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := \
|
|
||||||
external/zlib \
|
|
||||||
external/safe-iop/include
|
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := libselinux libbase
|
LOCAL_STATIC_LIBRARIES := libselinux libbase
|
||||||
|
|
||||||
LOCAL_MODULE := libotautil
|
LOCAL_MODULE := libotautil
|
||||||
|
|
||||||
LOCAL_CLANG := true
|
|
||||||
|
|
||||||
LOCAL_CFLAGS += -Werror -Wall
|
LOCAL_CFLAGS += -Werror -Wall
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
|||||||
+1
-6
@@ -16,17 +16,12 @@
|
|||||||
|
|
||||||
#include "SysUtil.h"
|
#include "SysUtil.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <limits.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|||||||
Reference in New Issue
Block a user