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 platform support #1

Merged
merged 7 commits into from
Dec 21, 2022
Merged

Commits on Nov 18, 2022

  1. Android platform support for PhysX 5.1

    Signed-off-by: moraaar <moraaar@amazon.com>
    moraaar committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    2f427c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Add CudaTypes header to androind since it's needed.

    Signed-off-by: moraaar <moraaar@amazon.com>
    moraaar committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1709a8a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Add android platform readme.

    Signed-off-by: moraaar <moraaar@amazon.com>
    moraaar committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    5f1e58d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Added end of line in .gitignore file

    Signed-off-by: moraaar <moraaar@amazon.com>
    moraaar committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    068eae9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Fixed PxThreadImpl::kill

    Signed-off-by: moraaar <moraaar@amazon.com>
    moraaar committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7125f6d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Merge branch 'release/104.1' into Android_Support

    Signed-off-by: moraaar <moraaar@amazon.com>
    moraaar committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    12eaed5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Setting PX_OUTPUT_ARCH for android, which was missing. This causes th…

    …e libraries to be correctly named with the suffix _64, the same as all the other platforms.
    
    Signed-off-by: moraaar <moraaar@amazon.com>
    moraaar committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8ac3e36 View commit details
    Browse the repository at this point in the history