top using libnetd_test_dnsresponder

Use libnetd_test_dnsresponder_ndk instead.

Bug: 155841757
Test: build
Test: atest netd_benchmark
Merged-In: I1ff2dc09f41f76973c5f066b07b15388e722b375
Change-Id: Ibb3c998191c58e6e832998e87de37bba4d079261
(cherry picked from commit 179135f75dcbc94c3f8f5480584efaa899487b47)
diff --git a/tests/benchmarks/dns_benchmark.cpp b/tests/benchmarks/dns_benchmark.cpp
index 6843bfe..b8f626e 100644
--- a/tests/benchmarks/dns_benchmark.cpp
+++ b/tests/benchmarks/dns_benchmark.cpp
@@ -43,13 +43,12 @@
 #include <benchmark/benchmark.h>
 
 #include "NetdClient.h"
-#include "dns_responder_client.h"
+#include "dns_responder_client_ndk.h"
 
 using android::base::StringPrintf;
 
 constexpr int MIN_THREADS = 1;
 constexpr int MAX_THREADS = 32;
-constexpr int MAXNS = 4;
 
 class DnsFixture : public ::benchmark::Fixture {
 protected: