diff options
author | Tao Bao <tbao@google.com> | 2016-11-09 06:39:20 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-11-09 06:39:20 +0100 |
commit | b50fa1fc237f05ddc8b2e726e146b0bd2f208ef6 (patch) | |
tree | 505522c76273f6d6747d4fb63b92f70cc54b69ca /otautil/Android.mk | |
parent | Merge "Make make_parent() to take const argument" (diff) | |
parent | Merge "otautil: Clean up obsolete includes." (diff) | |
download | android_bootable_recovery-b50fa1fc237f05ddc8b2e726e146b0bd2f208ef6.tar android_bootable_recovery-b50fa1fc237f05ddc8b2e726e146b0bd2f208ef6.tar.gz android_bootable_recovery-b50fa1fc237f05ddc8b2e726e146b0bd2f208ef6.tar.bz2 android_bootable_recovery-b50fa1fc237f05ddc8b2e726e146b0bd2f208ef6.tar.lz android_bootable_recovery-b50fa1fc237f05ddc8b2e726e146b0bd2f208ef6.tar.xz android_bootable_recovery-b50fa1fc237f05ddc8b2e726e146b0bd2f208ef6.tar.zst android_bootable_recovery-b50fa1fc237f05ddc8b2e726e146b0bd2f208ef6.zip |
Diffstat (limited to 'otautil/Android.mk')
-rw-r--r-- | otautil/Android.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/otautil/Android.mk b/otautil/Android.mk index 3acfa533e..e602f19ee 100644 --- a/otautil/Android.mk +++ b/otautil/Android.mk @@ -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) |