Files
pwnrazr 709ea82768 Revert "techpack/data: remove for wlan performance"
This reverts commit 0d32948e815cd706accaf64a59cc8f69829693d1.
2023-05-13 08:19:43 +00:00

17 lines
376 B
Makefile

#This makefile is only to compile EMAC for AUTO platform
ifeq ($(TARGET_BOARD_AUTO),true)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := emac_rps_settings.sh
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_EXECUTABLES)
LOCAL_SRC_FILES := emac_rps_settings.sh
include $(BUILD_PREBUILT)
endif