From df0d7dfff15a7766e40bd48b0f7feaac9659e0ad Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 12 Jun 2019 11:03:41 +0100 Subject: [PATCH] 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: I410e4b98481cec1a5512cd138f735038a725287b --- build/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Android.bp b/build/Android.bp index 8f802802f..7815f399d 100644 --- a/build/Android.bp +++ b/build/Android.bp @@ -22,7 +22,7 @@ java_defaults { java_resources: [ ":notices-for-framework-stubs", ], - no_standard_libs: true, + sdk_version: "none", system_modules: "none", java_version: "1.8", compile_dex: true,