aboutsummaryrefslogtreecommitdiff
path: root/tests/android_get_device_api_level.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix argument order in api level testAlistair Delva2020-05-031-1/+1
| | | | | | | | Looks like the arguments were unintentionally swapped? Bug: 155526611 Change-Id: I39d49f94387cfd337c89becb5eb6f85ca638bef1 Signed-off-by: Alistair Delva <adelva@google.com>
* Make android_get_application_target_sdk_version available to the NDK.Elliott Hughes2018-11-151-1/+1
| | | | | | | | | | | Also move this and android_get_device_api_level into <android/api-level.h> so that they're always available. This involves cleaning up <sys/cdefs.h> slightly. Bug: N/A Test: builds Change-Id: I25435c55f3549cd0d827a7581bee75ea8228028b
* Add android_get_device_api_level.Elliott Hughes2018-09-061-0/+40
Bug: http://b/113615412 Test: ran tests Change-Id: I0a7ae336c96c9ed6543b6935cbc242d14d4a4a67