summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthat <github@that.at>2016-08-05 01:02:36 +0200
committerbigbiff bigbiff <bigbiff@teamw.in>2016-08-05 01:13:53 +0200
commit68d59737d5762e8fee61e266608bd7e42d96edce (patch)
treee3e75f2b18e120b530833725db17c496d18ce502
parentOptimize and reduce size of PNG files (diff)
downloadandroid_bootable_recovery-68d59737d5762e8fee61e266608bd7e42d96edce.tar
android_bootable_recovery-68d59737d5762e8fee61e266608bd7e42d96edce.tar.gz
android_bootable_recovery-68d59737d5762e8fee61e266608bd7e42d96edce.tar.bz2
android_bootable_recovery-68d59737d5762e8fee61e266608bd7e42d96edce.tar.lz
android_bootable_recovery-68d59737d5762e8fee61e266608bd7e42d96edce.tar.xz
android_bootable_recovery-68d59737d5762e8fee61e266608bd7e42d96edce.tar.zst
android_bootable_recovery-68d59737d5762e8fee61e266608bd7e42d96edce.zip
-rw-r--r--adbbu/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/adbbu/Android.mk b/adbbu/Android.mk
index 65568ef3f..85e0acc5b 100644
--- a/adbbu/Android.mk
+++ b/adbbu/Android.mk
@@ -25,8 +25,8 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
LOCAL_MODULE := libtwadbbu
LOCAL_MODULE_TAGS := optional
-LOCAL_CFLAGS = -D_FILE_OFFSET_BITS=64 -DMTP_DEVICE -DMTP_HOST -fno-strict-aliasing
-LOCAL_C_INCLUDES += $(LOCAL_PATH) bionic frameworks/base/include system/core/include bionic/libc/private/
+LOCAL_CFLAGS = -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing
+LOCAL_C_INCLUDES += bionic external/zlib
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23; echo $$?),0)
LOCAL_C_INCLUDES += external/stlport/stlport
endif