8000 add missing copy of android_broadcast.py into the python installation… · samjhyip/python-for-android@e2a7ddf · GitHub
[go: up one dir, main page]

Skip to content
8000

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
< 8000 button data-component="IconButton" type="button" aria-haspopup="true" aria-expanded="false" tabindex="0" class="prc-Button-ButtonBase-c50BI flex-shrink-0 prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="default" aria-describedby=":R55dab:-loading-announcement" aria-labelledby=":R3t5dab:" id=":R55dab:">

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)
0