aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-12 12:45:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-12 12:45:58 +0000
commit48feb7f320577085754e9bd7a913e29cff3b5c68 (patch)
tree65ce22f04e114febf8e2f83e3d080b7eabdbb1c2
parent7c35d5e5a6e2b46af46ec504fb2305f4a37c79a4 (diff)
parentf27c7ff01c843f995ba6b689c314550b32cae9a1 (diff)
downloaddexmaker-android12-mainline-ipsec-release.tar.gz
Change-Id: Ia71a51c345cdb90070cdfbe7cace0d154bcb55bd
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 68c6895..6648cf6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -127,6 +127,7 @@ cc_library_shared {
"dexmaker_agent_defaults",
],
srcs: ["dexmaker-mockito-inline/src/main/jni/**/*.cc"],
+ min_sdk_version: "29",
}
// Build agent for Dexmaker's extended MockMaker
@@ -136,6 +137,7 @@ cc_library_shared {
"dexmaker_agent_defaults",
],
srcs: ["dexmaker-mockito-inline-extended/src/main/jni/**/*.cc"],
+ min_sdk_version: "29",
}
// Build agent for Dexmaker's inline tests