Files
EcrosoftXiao 55a1a28fb1 Merge tag 'a72946f9a1de52fadef6902442e6dc861f45aa0c' into HEAD
"LA.UM.9.1.r1-09200-SMxxx0.0"
2021-04-11 14:33:31 +08: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