Snap for 6227608 from ebcf63f116ae6faa60a5a1d43fcf3ccb4472e103 to r-keystone-qcom-release

Change-Id: I6c668b46a5de31d3cb88fd9a68127fbaa3ee5144
diff --git a/Android.bp b/Android.bp
index bc4c626..eb0ea10 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,6 +34,11 @@
     name: "libpcap",
     host_supported: true,
     vendor_available: true,
+    // Build against the NDK 29 because it's used by the network stack mainline module tests, which
+    // need to support Q.
+    // TODO(b/148792341): stop hardcoding sdk_version integers in libraries all over the tree and
+    // define a min_apex_sdk_version property that all module code can use.
+    sdk_version: "29",
     defaults: ["libpcap_defaults"],
 
     // (Matches order in libpcap's Makefile.)