Skip to content

Commit 088077f

Browse files
authored
Merge pull request #2154 from kollivier/jnius_fix
When bootstraps were unified, sources moved from src to src/main/java…
2 parents 83f35ab + 253dc28 commit 088077f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pythonforandroid/bootstraps/service_only/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def run_distribute(self):
3434

3535
self.distribute_libs(arch, [self.ctx.get_libs_dir(arch.arch)])
3636
self.distribute_aars(arch)
37-
self.distribute_javaclasses(self.ctx.javaclass_dir)
37+
self.distribute_javaclasses(self.ctx.javaclass_dir,
38+
dest_dir=join("src", "main", "java"))
3839

3940
python_bundle_dir = join('_python_bundle', '_python_bundle')
4041
ensure_dir(python_bundle_dir)

pythonforandroid/bootstraps/webview/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def run_distribute(self):
3131

3232
self.distribute_libs(arch, [self.ctx.get_libs_dir(arch.arch)])
3333
self.distribute_aars(arch)
34-
self.distribute_javaclasses(self.ctx.javaclass_dir)
34+
self.distribute_javaclasses(self.ctx.javaclass_dir,
35+
dest_dir=join("src", "main", "java"))
3536

3637
python_bundle_dir = join('_python_bundle', '_python_bundle')
3738
ensure_dir(python_bundle_dir)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy