Files
build/tools
jiajia tang 7e0c12b1ba Fix potential error for sys.platform
This CL is to fix gap between python2.x and 3.x.
For python2.x: sys.platform returns 'linux2'
For python3.x: sys.platform returns 'linux'

python3.x(https://docs.python.org/3.6/library/sys.html#sys.platform)
python2.x(https://docs.python.org/2.7/library/sys.html#sys.platform)
Both 2.x and 3.x recommend to use 'startswith' to identify sys.platform.

Change-Id: Id5a0a007518b329d1320baf96ecf1164cd3ebec1
Signed-off-by: jiajia tang <tangjiajia@xiaomi.com>
2022-06-15 15:06:38 +00:00
..
2022-01-24 16:19:41 -08:00
2022-01-24 16:19:41 -08:00
2022-01-24 16:19:41 -08:00
2022-01-24 16:19:41 -08:00
2022-01-24 16:19:41 -08:00
2022-02-28 18:01:35 -08:00