summaryrefslogtreecommitdiffstats
path: root/otautil/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-08 22:24:27 +0100
committerTao Bao <tbao@google.com>2016-11-08 23:46:43 +0100
commit3c38f5623f99189c3ee943db4c3c37d50279b0e5 (patch)
treecf879d64bd8c4137b2dc8529e262eeee2d4ca42c /otautil/Android.mk
parentMerge "Make make_parent() to take const argument" am: 52e2a97aa7 am: 1fd9f0aff7 am: 260573b3c2 (diff)
downloadandroid_bootable_recovery-3c38f5623f99189c3ee943db4c3c37d50279b0e5.tar
android_bootable_recovery-3c38f5623f99189c3ee943db4c3c37d50279b0e5.tar.gz
android_bootable_recovery-3c38f5623f99189c3ee943db4c3c37d50279b0e5.tar.bz2
android_bootable_recovery-3c38f5623f99189c3ee943db4c3c37d50279b0e5.tar.lz
android_bootable_recovery-3c38f5623f99189c3ee943db4c3c37d50279b0e5.tar.xz
android_bootable_recovery-3c38f5623f99189c3ee943db4c3c37d50279b0e5.tar.zst
android_bootable_recovery-3c38f5623f99189c3ee943db4c3c37d50279b0e5.zip
Diffstat (limited to '')
-rw-r--r--otautil/Android.mk6
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)