Remove RESOLV_INJECT_CA_CERTIFICATE
The cppflags RESOLV_INJECT_CA_CERTIFICATE prevents test CA certificate injection interface to be misused in production build. However, it will also leads to resolv_integration_test fail while the resolver is built for mainline release. Remove RESOLV_INJECT_CA_CERTIFICATE to get test pass. The CA certificate injection interface is still protected by permission check in DnsResolverService::setResolverConfiguration(). Bug: 147792436 Test: 1. build and install com.android.resolv from aml branch 2. atest resolv_integration_test Merged-In: Id03566dcaceab0f8c78fe705cb8f6f6c806082ca Change-Id: Ibb59239b2aa1848f133593333115cd9d41249824 (cherry picked from commit 450aa6bf)
Loading