summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Chen <cken@google.com>2021-06-23 08:02:49 +0000
committerKen Chen <cken@google.com>2021-06-23 09:27:34 +0000
commit2d4975f0c055ed9ee6ef9050c03fb19214d648b5 (patch)
tree17bd392d18f3b0dbd2fdc1f54b47a91b25304658
parent8449fac88ee70e329d856377a85456d27f2eef35 (diff)
downloadnetd-2d4975f0c055ed9ee6ef9050c03fb19214d648b5.tar.gz
Update netd_aidl_interface-lateststable-ndk_platform
netd_aidl_interface v6 was published. Upgrade lateststable-ndk_platform backend from V5 to V6. Bug: 171872481 Test: m; flash ROM; atest Original-Change: https://android-review.googlesource.com/1714109 Merged-In: I92531f7081da3418c9cdc706d53d511bf138bc29 Change-Id: I92531f7081da3418c9cdc706d53d511bf138bc29
-rw-r--r--server/Android.bp7
1 files changed, 1 insertions, 6 deletions
diff --git a/server/Android.bp b/server/Android.bp
index 9d51d02f..cf0a29c5 100644
--- a/server/Android.bp
+++ b/server/Android.bp
@@ -36,12 +36,7 @@ cc_library_static {
cc_library_static {
name: "netd_aidl_interface-lateststable-ndk_platform",
whole_static_libs: [
- // TODO: bump V6 when DNS resolver no longer automerges to mainline-prod. This is not
- // currently possible because compiling against deprecated methods generates a warning,
- // and the DnsResolver tests compile against lateststable-ndk_platform and use -Werror.
- // Those tests cannot be updated to call the new method because the DnsResolver code
- // automerges to mainline-prod, which does not have the new method.
- "netd_aidl_interface-V5-ndk_platform",
+ "netd_aidl_interface-V6-ndk_platform",
],
apex_available: [
"com.android.resolv",