mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-04 07:23:09 +00:00
git-subtree-dir: techpack/data git-subtree-mainline:d975c72436git-subtree-split:f70ca62e22Change-Id: If8df8a137a8588ae16682c72efefe5d67a11350d
17 lines
376 B
Makefile
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
|
|
|
|
|