mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 21:18:23 +00:00
N/A Change-Id: I382784a2358e367b6bf56aff5a73bd84e6b6d334 Signed-off-by: huangjian <huangjian@xiaomi.com> (cherry picked from commit 8ee043c505c7625b23b92344be533dc3d4b35bb7)
5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo "ro.build.version=$RELEASE_ID"
|
|
echo "ro.build.channel=$CHANNEL_TYPE"
|
|
|