commit | ce934e3d9be9700946ba51a39ba966faf3867a93 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 06 13:26:08 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Sep 06 14:19:46 2018 -0700 |
tree | 0db870d9253699cf6084818dabbe8f0a46bec6fc | |
parent | 74934aaf10d629de477095f0b92c467849f89638 [diff] [blame] |
Add android_get_device_api_level. Bug: http://b/113615412 Test: ran tests Change-Id: I0a7ae336c96c9ed6543b6935cbc242d14d4a4a67
diff --git a/tests/Android.bp b/tests/Android.bp index fa66f93..d2584b7 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -65,6 +65,7 @@ defaults: ["bionic_tests_defaults"], srcs: [ "alloca_test.cpp", + "android_get_device_api_level.cpp", "arpa_inet_test.cpp", "async_safe_test.cpp", "assert_test.cpp",