aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-04-16 18:48:26 +0900
committerJooyung Han <jooyung@google.com>2020-05-04 16:41:26 +0900
commit2897ab7b2a07f31cd879b40a17abc34befa767e5 (patch)
treee1f8860c64101bc2ba7abcd8f0ea0f271f79a2e9
parent9808c017d108a8ebd5fb9e2ea5087926722e6a94 (diff)
downloadgoogletest-2897ab7b2a07f31cd879b40a17abc34befa767e5.tar.gz
Set min_sdk_version to be part of mainline modules
Modules contributing mainline modules (APK/APEX) should set min_sdk_version as well as apex_available. For now setting min_sdk_version doesn't change build outputs. But build-time checks will be added soon. Bug: 152655956 Test: m Change-Id: I9336747f7ca3c26921cbc190ba43d543e53c2481
-rw-r--r--googletest/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/Android.bp b/googletest/Android.bp
index a0a07efd..d93fcec8 100644
--- a/googletest/Android.bp
+++ b/googletest/Android.bp
@@ -96,6 +96,7 @@ cc_library { // TODO: make this a cc_library_headers module
"//apex_available:anyapex",
"//apex_available:platform",
],
+ min_sdk_version: "apex_inherit",
}
// Tests are in the Android.mk. Run with external/googletest/run_tests.py.