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

Commit 76ac9e95 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Cert: do not export PYTHONPATH am: 0083002b am: 6defe5e1

Change-Id: I8a8f7accb8822f78813c5a710ff661535153776f
parents 03cbea16 6defe5e1
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
"