aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bc4c6263..eb0ea103 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,6 +34,11 @@ cc_library {
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.)