File tree 2 files changed +4
-2
lines changed
pythonforandroid/bootstraps
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ def run_distribute(self):
34
34
35
35
self .distribute_libs (arch , [self .ctx .get_libs_dir (arch .arch )])
36
36
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" ))
38
39
39
40
python_bundle_dir = join ('_python_bundle' , '_python_bundle' )
40
41
ensure_dir (python_bundle_dir )
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ def run_distribute(self):
31
31
32
32
self .distribute_libs (arch , [self .ctx .get_libs_dir (arch .arch )])
33
33
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" ))
35
36
36
37
python_bundle_dir = join ('_python_bundle' , '_python_bundle' )
37
38
ensure_dir (python_bundle_dir )
You can’t perform that action at this time.
0 commit comments