diff options
author | Luca Stefani <luca020400@lineageos.org> | 2017-03-06 18:54:02 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:31:12 +0200 |
commit | 4947558029cb6c3743aec9f9de93b58124838f55 (patch) | |
tree | 6c94e8045daf2fa0cd38f3c32cf725304c9c23bb /wifi/Android.mk | |
parent | 3cc22028a13a29754cc80be122d316b6894347ad (diff) |
z2_plus: Move readmac under it's own dir
Change-Id: Ie2d437ee4179a512d2ea8e95fe66ec8ce3db88b9
Diffstat (limited to 'wifi/Android.mk')
-rw-r--r-- | wifi/Android.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/wifi/Android.mk b/wifi/Android.mk deleted file mode 100644 index 8876a2b..0000000 --- a/wifi/Android.mk +++ /dev/null @@ -1,11 +0,0 @@ -LOCAL_PATH:= $(call my-dir) - -ifeq ($(strip $(BOARD_HAS_QCOM_WLAN)),true) -include $(CLEAR_VARS) -LOCAL_MODULE := readmac -LOCAL_MODULE_TAGS := optional -LOCAL_SRC_FILES := zuk_readmac.c -LOCAL_CFLAGS += -Wall -LOCAL_SHARED_LIBRARIES := libc libcutils libutils liblog -include $(BUILD_EXECUTABLE) -endif |