mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 05:28:19 +00:00
Change-Id: Iee74ba0ae3d5acf13867330ac076f44f5bb1ee31 Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
6 lines
132 B
Bash
Executable file
6 lines
132 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo "ro.build.version=$RELEASE_VERSION"
|
|
echo "ro.build.channel=$CHANNEL_TYPE"
|
|
echo "ro.build.id=$RELEASE_ID"
|
|
|