mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
loki: Standardize ifeq logic among makefiles
* Also resolve a typo. Change-Id: Ic32740db8a9216751b5735ad472a7fcc48e6a738
This commit is contained in:
parent
802fd001d4
commit
c03534e9a0
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ include $(SAM_ROOT)/wifiloader/Android.mk
|
|||
endif
|
||||
|
||||
# Loki
|
||||
ifeq ($(TAGET_NEEDS_LOKI),true)
|
||||
ifeq ($(strip $(TARGET_NEEDS_LOKI)),true)
|
||||
include $(SAM_ROOT)/loki_tool/Android.mk
|
||||
endif
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ dtimage: $(INSTALLED_DTIMAGE_TARGET)
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(TAGET_NEEDS_LOKI)),true)
|
||||
ifeq ($(strip $(TARGET_NEEDS_LOKI)),true)
|
||||
LOKI_TOOL := loki_tool
|
||||
else
|
||||
LOKI_TOOL := echo
|
||||
|
|
Loading…
Reference in a new issue