Initial Android target definition for msmsteppe
Add MSMSTEPPE in the makefile rules to enable compilation for SDM640. Change-Id: I36437404d98229c8b292fd63304498122d8c8687 Signed-off-by: Tanya Dixit <tdixit@codeaurora.org>
Esse commit está contido em:
@@ -18,9 +18,14 @@ TARGET := msmnile
|
||||
AUDIO_SELECT := CONFIG_SND_SOC_SM8150=m
|
||||
endif
|
||||
|
||||
ifeq ($(call is-board-platform,$(MSMSTEPPE)),true)
|
||||
TARGET := $(MSMSTEPPE)
|
||||
AUDIO_SELECT := CONFIG_SND_SOC_SM6150=m
|
||||
endif
|
||||
|
||||
AUDIO_CHIPSET := audio
|
||||
# Build/Package only in case of supported target
|
||||
ifeq ($(call is-board-platform-in-list,msm8953 sdm845 sdm670 qcs605 msmnile),true)
|
||||
ifeq ($(call is-board-platform-in-list,msm8953 sdm845 sdm670 qcs605 msmnile $(MSMSTEPPE)),true)
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
|
Referência em uma nova issue
Block a user