Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0083002b authored by Jack He's avatar Jack He
Browse files

Cert: do not export PYTHONPATH

* Configure PYTHONPATH for runtime only, do not export it

Test: set_up_acts.sh
Change-Id: Ie666b76be6742603c57b063aa9bfc963d239e61c
parent 6ee8c324
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -75,8 +75,7 @@ if [[ $? -ne 0 ]] ; then
fi

## Check bluetooth_packets_python3 is compiled succssfully
export PYTHONPATH=$PYTHONPATH:$ANDROID_BUILD_TOP/out/host/linux-x86/lib64
python3.8 -c "
PYTHONPATH=$PYTHONPATH:$ANDROID_BUILD_TOP/out/host/linux-x86/lib64 python3.8 -c "
import bluetooth_packets_python3 as bp3
bp3.BaseStruct
"