aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkos Denke <akos.denke@linaro.org>2021-07-29 03:34:25 -0400
committerAkos Denke <akos.denke@linaro.org>2021-07-29 03:34:25 -0400
commitd43985f793bb42d00028e3cdce823d7df0f1776f (patch)
tree9d8f8e8c66716e0eecb7d4aab5ff682b42a2be1c
parenta14c317570437a913f008aa7639b5728bcec2a84 (diff)
downloadart-build-scripts-d43985f793bb42d00028e3cdce823d7df0f1776f.tar.gz
Print device arch and name upon target selection.
The device arch and name queried from the target device properties. This info then mapped to the lunch target, but the real device info has never exposed, although, it would be a valuable information in the CI log to see what device it is running on. Change-Id: I8359bcdefd4442a7c80a7ded995094c7c95acc49
-rw-r--r--utils/utils_android_root.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/utils_android_root.sh b/utils/utils_android_root.sh
index 749bf21b..b2ea631c 100644
--- a/utils/utils_android_root.sh
+++ b/utils/utils_android_root.sh
@@ -151,6 +151,7 @@ retrieve_target_product_name() {
select_android_target() {
local -r device_arch="${1}"
local -r device_name="${2}"
+ log I "Select android target based on device arch: '${device_arch}' and name: '${device_name}'"
if [[ "${device_arch}" == "arm" ]]; then
if [[ "${device_name}" == "blueline" || "${device_name}" == "crosshatch" ]]; then
android_target_name_32="arm_krait"