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

Commit c2813da8 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Idc4e76a9d65b860bd05b8ca2db9cdb3c060c41c9
parents c9615759 76ac9e95
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
"