pmt: script: fixup not viewing arch info

This commit is contained in:
2024-12-15 18:44:10 +03:00
parent e85067c605
commit 55a7cae3c2

View File

@@ -78,7 +78,7 @@ function get_architecture()
{ {
LOCAL_ARCH=$(getprop ro.product.cpu.abi) LOCAL_ARCH=$(getprop ro.product.cpu.abi)
print "Device architecture: ${arch}." print "Device architecture: ${LOCAL_ARCH}."
} }
# Generate template dir # Generate template dir