forked from openkylin/platform_build
am f41934fc: am 26d8c589: Merge "Display the TARGET_ARCH_VARIANT"
* commit 'f41934fcd42c56a02742014e8e24520a85166117': Display the TARGET_ARCH_VARIANT
This commit is contained in:
commit
1804025f53
|
@ -69,6 +69,7 @@ $(info TARGET_SIMULATOR=$(TARGET_SIMULATOR))
|
|||
$(info TARGET_BUILD_TYPE=$(TARGET_BUILD_TYPE))
|
||||
$(info TARGET_BUILD_APPS=$(TARGET_BUILD_APPS))
|
||||
$(info TARGET_ARCH=$(TARGET_ARCH))
|
||||
$(info TARGET_ARCH_VARIANT=$(TARGET_ARCH_VARIANT))
|
||||
$(info HOST_ARCH=$(HOST_ARCH))
|
||||
$(info HOST_OS=$(HOST_OS))
|
||||
$(info HOST_BUILD_TYPE=$(HOST_BUILD_TYPE))
|
||||
|
|
Loading…
Reference in New Issue