commit | f45eb39888bb42e1e32d151760c393fa8c78dfc0 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Mar 01 15:53:12 2022 +0000 |
committer | James Farrell <[email protected]> | Wed Mar 02 21:21:27 2022 +0000 |
tree | 6d088df0796bcda30c06e7e9710dd3d86832eb93 | |
parent | 76d7b55019bbaec435bd40b1a349c72c1ab1efa1 [diff] |
Refactor build and device tests. ndk.test.types.Test --> ndk.test.build_test.case.Test ndk.test.scanner --> ndk.test.build_test.scanner Refactor corresponding code for representing and enumerating on-device tests from run_tests.py into ndk.test.device_test.{case,scanner}. Change-Id: I8edf1a02826c8e11b8daeae3b63067feb6066f66
The latest version of this document is available at https://android.googlesource.com/platform/ndk/+/master/README.md.
Note: This document is for developers of the NDK, not developers that use the NDK.
The NDK allows Android application developers to include native code in their Android application packages, compiled as JNI shared libraries.
To navigate this site, use the navigation bar at the top of the page. For additional documentation, see the listing for the docs directory. If you're not sure where to start, the Onboarding page will guide you.