diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-03-01 21:37:44 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-03-02 13:56:05 +0100 |
commit | 56a0d4e8bca5cb53407e9d615ed5566e87f34c2b (patch) | |
tree | dc9cc58239868d0ad076105c719a448611878836 /readmac/Android.mk | |
parent | a1ccdf85388f8d3ab505d6c3761ea424cfb47bc0 (diff) |
msm8996-common: Remove readmac
* We don't need this anymore, no random mac because the real hardware wlan mac works now
Change-Id: I13f85f4eb438b2230408d5bad1c694b2cd39a25b
Diffstat (limited to 'readmac/Android.mk')
-rw-r--r-- | readmac/Android.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/readmac/Android.mk b/readmac/Android.mk deleted file mode 100644 index 64aee35..0000000 --- a/readmac/Android.mk +++ /dev/null @@ -1,12 +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_PROPRIETARY_MODULE := true -LOCAL_SRC_FILES := zuk_readmac.c -LOCAL_CFLAGS += -Wall -Werror -LOCAL_SHARED_LIBRARIES := libc libcutils libutils liblog -include $(BUILD_EXECUTABLE) -endif |