Specified /bin/bash for Android scripts.
[ Merge of http://go/wvgerrit/165139 ] Changed the specified shell program used to execute our team's Android scripts to bash. Bug: 266891333 Test: ./build_all_unit_tests.sh Change-Id: Id6fc8e4db10a71e9f17fc48a52a4883331e908d3
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ while getopts "j:s:" opt; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Define the relevant aliases
|
# Define the relevant aliases
|
||||||
. $ANDROID_BUILD_TOP/build/envsetup.sh
|
source $ANDROID_BUILD_TOP/build/envsetup.sh
|
||||||
|
|
||||||
# Build all the targets
|
# Build all the targets
|
||||||
# This list is slightly longer than the one in run_all_unit_tests.sh because
|
# This list is slightly longer than the one in run_all_unit_tests.sh because
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# Build the tests using build_all_unit_tests.sh
|
# Build the tests using build_all_unit_tests.sh
|
||||||
cd $ANDROID_BUILD_TOP/vendor/widevine/libwvdrmengine
|
cd $ANDROID_BUILD_TOP/vendor/widevine/libwvdrmengine
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/system/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
DEST_PATH="/data/vendor/mediadrm"
|
DEST_PATH="/data/vendor/mediadrm"
|
||||||
FILES_MOVED="/data/vendor/mediadrm/files_moved"
|
FILES_MOVED="/data/vendor/mediadrm/files_moved"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# Read arguments in case the user wants to copy files to a specific
|
# Read arguments in case the user wants to copy files to a specific
|
||||||
# android device by providing a serial number
|
# android device by providing a serial number
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Helper script to use atest to run the MediaDrm CTS and GTS tests
|
# Helper script to use atest to run the MediaDrm CTS and GTS tests
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# Read arguments in case the user wants to copy files to a specific
|
# Read arguments in case the user wants to copy files to a specific
|
||||||
# android device by providing a serial number
|
# android device by providing a serial number
|
||||||
|
|||||||
Reference in New Issue
Block a user