commit | f3d6b44e2ba00e61dd1349272a741d395fbf1e96 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jul 27 16:53:30 2023 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jul 28 09:29:06 2023 -0700 |
tree | fa077b68378ea5857e707734c80ec4bb3354add8 | |
parent | 6e601911f1431810bf6f96d0b09c9387af052ead [diff] [blame] |
riscv64: add <sys/hwprobe.h>. This is source compatible with the current proposal for glibc. Bug: https://github.com/google/android-riscv64/issues/27 Test: treehugger Change-Id: I428777e4eac1fe643d442a93a4b3ad1fdf0ffd97
diff --git a/tests/Android.bp b/tests/Android.bp index 8dc8eaf..a4298ab 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -472,6 +472,7 @@ "sys_auxv_test.cpp", "sys_cachectl_test.cpp", "sys_epoll_test.cpp", + "sys_hwprobe_test.cpp", "sys_mman_test.cpp", "sys_msg_test.cpp", "sys_param_test.cpp",