aboutsummaryrefslogtreecommitdiff
path: root/src/shell/android-post.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell/android-post.sh')
-rw-r--r--src/shell/android-post.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/shell/android-post.sh b/src/shell/android-post.sh
index 57bf4a5..73dc779 100644
--- a/src/shell/android-post.sh
+++ b/src/shell/android-post.sh
@@ -1,4 +1,20 @@
#!/usr/bin/env bash
+# SPDX-License-Identifier: Apache-2.0
+#
+# Copyright (C) 2017, ARM Limited, Google, and contributors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
if [ "x$TARGET_PRODUCT" == "x" ]; then
echo "WARNING: Its recommended to launch from android build"
@@ -28,3 +44,4 @@ echo "Monsoon will run from: $(readlink -f $monsoon_path/monsoon.py)"
export PYTHONPATH=$LISA_HOME/../devlib:$PYTHONPATH
export PYTHONPATH=$LISA_HOME/../trappy:$PYTHONPATH
export PYTHONPATH=$LISA_HOME/../bart:$PYTHONPATH
+export DEVICE_LISA_HOME=$lisadir