summaryrefslogtreecommitdiffstats
path: root/minadbd/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-07-25 23:46:36 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-07-25 23:46:36 +0200
commit231c627a5527b92ae3d043e454e949cdfc4f38ea (patch)
treeac13ce55137460e65e8e165bfff3c2e4618a9557 /minadbd/Android.mk
parentMerge "recovery: handle security footer before passing size to mke2fs" (diff)
parentRemove LOCAL_CLANG (diff)
downloadandroid_bootable_recovery-231c627a5527b92ae3d043e454e949cdfc4f38ea.tar
android_bootable_recovery-231c627a5527b92ae3d043e454e949cdfc4f38ea.tar.gz
android_bootable_recovery-231c627a5527b92ae3d043e454e949cdfc4f38ea.tar.bz2
android_bootable_recovery-231c627a5527b92ae3d043e454e949cdfc4f38ea.tar.lz
android_bootable_recovery-231c627a5527b92ae3d043e454e949cdfc4f38ea.tar.xz
android_bootable_recovery-231c627a5527b92ae3d043e454e949cdfc4f38ea.tar.zst
android_bootable_recovery-231c627a5527b92ae3d043e454e949cdfc4f38ea.zip
Diffstat (limited to '')
-rw-r--r--minadbd/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk
index de0b0c890..8d86fd653 100644
--- a/minadbd/Android.mk
+++ b/minadbd/Android.mk
@@ -15,7 +15,6 @@ LOCAL_SRC_FILES := \
minadbd.cpp \
minadbd_services.cpp \
-LOCAL_CLANG := true
LOCAL_MODULE := libminadbd
LOCAL_CFLAGS := $(minadbd_cflags)
LOCAL_CONLY_FLAGS := -Wimplicit-function-declaration
@@ -27,7 +26,6 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
-LOCAL_CLANG := true
LOCAL_MODULE := minadbd_test
LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_SRC_FILES := fuse_adb_provider_test.cpp