sm7250-common: Add wifi mac generator shell script

Change-Id: I95593db840dc4a668f899d248b2c8e03d4ebbc3e
This commit is contained in:
LuK1337
2019-07-08 15:47:03 +02:00
committed by KakatkarAkshay
parent e442fed8ca
commit a56ed01f90
6 changed files with 75 additions and 0 deletions

View 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)