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

Commit 6defe5e1 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Cert: do not export PYTHONPATH

am: 0083002b

Change-Id: Ie0737bbf18b7c828735e16cc8b00fae505e0b9bd
parents 3a556054 0083002b
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
"