Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android library #2092

Merged
merged 3 commits into from
Apr 17, 2020
Merged

Android library #2092

merged 3 commits into from
Apr 17, 2020

Commits on Apr 15, 2020

  1. p4a support for creating aar libraries

    * ported @xuhcc's PR 1063 to recent p4a master
    
    * bootstraps dirs are cumulatively copied based on their inheritance, can be arbitrarily deep
    
    * add symlink param to copy_files, when set the copy target are symlinked
    
    * support for the aar directive in buildozer
    
    * create a 'p4a aar' command, so that lots of cluttering conditionals can be moved away from toolchain.apk()
    
    * began to remove ant support (@inclement allowed me to do so)
    
    * renamed library bootstrap to service_library, because that describe it better
    
    * test setup setup_testlib_service.py
    
    * renamed symlink_java_src to symlink_bootstrap_files
    
    * None is not allowed as bootstrap parameter
    
    * switched tests to use the sdl2 bootstrap
    zworkb committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    0b81c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea61f5 View commit details
    Browse the repository at this point in the history
  3. fixed rebase armageddon

    zworkb committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    15590da View commit details
    Browse the repository at this point in the history