aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2019-06-17 03:56:05 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-06-17 03:56:05 -0700
commit44713abfbb36dc200fc3f3d5a708a1987dc772b3 (patch)
tree53fb32a24538f2f571bdd99c48abbb411a94d0cb
parent9fe3e8708733ac26153048a03b1b0f83a206ea51 (diff)
parent0e7db556019a9a648c133554129d1cec20eb651d (diff)
downloadwycheproof-44713abfbb36dc200fc3f3d5a708a1987dc772b3.tar.gz
Switch from no_standard_libs:true to sdk_version:"none" am: 514dcaaf26 am: f3907c5528 am: ca98462db1
am: 0e7db55601 Change-Id: I1e3d8d63d763d386e1329b210dd9ac1bf01f6454
-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",