sm7250-common: Add wifi mac generator shell script
Change-Id: I95593db840dc4a668f899d248b2c8e03d4ebbc3e
This commit is contained in:
9
wifi-mac-generator/Android.mk
Normal file
9
wifi-mac-generator/Android.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := wifi-mac-generator
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
|
||||
LOCAL_SRC_FILES := wifi-mac-generator.sh
|
||||
LOCAL_INIT_RC := wifi-mac-generator.rc
|
||||
include $(BUILD_PREBUILT)
|
||||
Reference in New Issue
Block a user