commit | aea49c3f425df8530f3306e1f033e25d2a1df33d | [log] [tgz] |
---|---|---|
author | Lisa Nguyen <lisa.nguyen@linaro.org> | Mon Jul 25 19:00:29 2016 -0700 |
committer | Lisa Nguyen <lisa.nguyen@linaro.org> | Mon Sep 12 16:40:13 2016 -0700 |
tree | d794f7fa311d03b4f989f9fb41ac6e8f89f8e8b7 | |
parent | aec8851f5f6583666396fa54dd598d91ef5b5ee3 [diff] |
functions: Fix logic for get_os() function To determine which OS the scripts are running on, check if the build.prop file exists instead of using the lsb_release command. If it does, then the scripts are running on Android; otherwise, it's Ubuntu. Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>