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:
Abhishek Arpure
2018-04-05 13:50:25 +05:30
commit de Tanya Dixit
commit 6d74b706f0
17 arquivos alterados com 84 adições e 11 exclusões

Ver arquivo

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