aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-06-12 11:08:23 +0100
committerPaul Duffin <paulduffin@google.com>2019-06-17 10:55:28 +0100
commit514dcaaf26958430a83dc0999c7d66bcafe91e8a (patch)
tree53fb32a24538f2f571bdd99c48abbb411a94d0cb
parentc6cc7eef125a5e38301b8482d098f09ca89a3ba2 (diff)
downloadwycheproof-514dcaaf26958430a83dc0999c7d66bcafe91e8a.tar.gz
Switch from no_standard_libs:true to sdk_version:"none"
The no_standard_libs property is deprecated in favor of sdk_version:"none" as the latter is simpler and less error prone. Bug: 134566750 Test: m droid Change-Id: I2ec196cb2dafe10b28748ac39e82871e057b3ecc Exempt-From-Owner-Approval: prb@ should be an owner and he has +2'd this
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 2f4d1df..3a4142f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -21,7 +21,7 @@ java_library_static {
"java/com/google/security/wycheproof/SpongyCastleTest.java",
"java/com/google/security/wycheproof/SpongyCastleAllTests.java",
],
- no_standard_libs: true,
+ sdk_version: "none",
libs: [
"core-oj",
"core-libart",