Skip to content

Commit be27717

Browse files
committed
renamed library to service_library
1 parent c434a2a commit be27717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildozer/targets/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ def build_package(self):
12351235

12361236
# copy to our place
12371237
bootstrap = self._p4a_bootstrap
1238-
if bootstrap == 'library':
1238+
if bootstrap == 'service_library':
12391239
# XXX: this has to be moved to a seperate command 'aar'
12401240
aar_dir = join(dist_dir, "build", "outputs", "aar")
12411241
aar = u'{packagename}-{mode}.aar'.format(

0 commit comments

Comments
 (0)