8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b05595 commit e2a7ddfCopy full SHA for e2a7ddf
recipes/android/recipe.sh
@@ -39,6 +39,8 @@ function build_android() {
39
$BUILD_PATH/python-install/lib/python2.7/lib-dynload/
40
try cp android_mixer.py \
41
$BUILD_PATH/python-install/lib/python2.7/
42
+ try cp android_broadcast.py \
43
+ $BUILD_PATH/python-install/lib/python2.7/
44
45
unset LDSHARED
46
0 commit comments