diff options
author | Tao Bao <tbao@google.com> | 2017-07-26 00:01:24 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-07-26 00:01:24 +0200 |
commit | 1bc6334312e9d4a0e0982db9e5769f975aa7494c (patch) | |
tree | a1869dc5694f0fde291df0d39a28dd4fbaa3738c /minadbd | |
parent | Merge "recovery: handle security footer before passing size to mke2fs" am: 539ed9acb1 (diff) | |
parent | Merge "Remove LOCAL_CLANG" (diff) | |
download | android_bootable_recovery-1bc6334312e9d4a0e0982db9e5769f975aa7494c.tar android_bootable_recovery-1bc6334312e9d4a0e0982db9e5769f975aa7494c.tar.gz android_bootable_recovery-1bc6334312e9d4a0e0982db9e5769f975aa7494c.tar.bz2 android_bootable_recovery-1bc6334312e9d4a0e0982db9e5769f975aa7494c.tar.lz android_bootable_recovery-1bc6334312e9d4a0e0982db9e5769f975aa7494c.tar.xz android_bootable_recovery-1bc6334312e9d4a0e0982db9e5769f975aa7494c.tar.zst android_bootable_recovery-1bc6334312e9d4a0e0982db9e5769f975aa7494c.zip |
Diffstat (limited to '')
-rw-r--r-- | minadbd/Android.mk | 2 |
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 |