Skip to content

Commit e2a7ddf

Browse files
committed
add missing copy of android_broadcast.py into the python installation path
1 parent 5b05595 commit e2a7ddf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes/android/recipe.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ function build_android() {
3939
$BUILD_PATH/python-install/lib/python2.7/lib-dynload/
4040
try cp android_mixer.py \
4141
$BUILD_PATH/python-install/lib/python2.7/
42+
try cp android_broadcast.py \
43+
$BUILD_PATH/python-install/lib/python2.7/
4244

4345
unset LDSHARED
4446

0 commit comments

Comments
 (0)