commit | c5d9036f80d0361a5ad711ab9047ba5747145c02 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 24 09:52:14 2020 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Feb 24 09:52:14 2020 -0800 |
tree | a045be6afb94bee06d36e28ecceb5c1c9331f38e | |
parent | fcbdba22ab1c84825bd1e4cd18f8298c87991a5b [diff] [blame] |
Make the HWCAP/HWCAP2 constants available from <sys/auxv.h>. Noticed by ARM when adding BTI support to the linker. Test: treehugger Change-Id: If3b87d0bd4682ff478b7805251fc9a88a7f439f9
diff --git a/tests/Android.bp b/tests/Android.bp index 4bd96ad..d1afd51 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -166,6 +166,7 @@ "strings_nofortify_test.cpp", "strings_test.cpp", "sstream_test.cpp", + "sys_auxv_test.cpp", "sys_epoll_test.cpp", "sys_mman_test.cpp", "sys_msg_test.cpp",