Skip to content

Commit 339907a

Browse files
committed
FIX: copy additional jar files into the correct libs directory
1 parent 282e43d commit 339907a

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def make_package(args):
341341
if not exists(jarname):
342342
print('Requested jar does not exist: {}'.format(jarname))
343343
sys.exit(-1)
344-
shutil.copy(jarname, 'libs')
344+
shutil.copy(jarname, 'src/main/libs')
345345
jars.append(basename(jarname))
346346

347347
# If extra aar were requested, copy them into the libs directory

0 commit comments

Comments
 (0)