Track rename of async_io_test to posix_async_io_test

This was renamed in:

https://android-review.googlesource.com/c/platform/frameworks/av/+/400388

Test: m nothing, no longer a warning about unknown module async_io_test
Change-Id: Iae72ec743a679a01fcb94cc36ec3372560729883
Merged-In: Iae72ec743a679a01fcb94cc36ec3372560729883
diff --git a/build/tasks/tests/native_test_list.mk b/build/tasks/tests/native_test_list.mk
index 22c3306..5be61d6 100644
--- a/build/tasks/tests/native_test_list.mk
+++ b/build/tasks/tests/native_test_list.mk
@@ -14,7 +14,6 @@
 
 native_tests := \
     adbd_test \
-    async_io_test \
     bionic-unit-tests \
     bionic-unit-tests-static \
     bluetoothtbd_test \
@@ -75,6 +74,7 @@
     netd_unit_test \
     pagemap_test \
     perfprofd_test \
+    posix_async_io_test \
     recovery_component_test \
     recovery_unit_test \
     scrape_mmap_addr \