From e9c095db02be1d8b8ce56df9475d5557b8b31eb9 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Tue, 25 Sep 2018 13:52:21 +0100 Subject: Remove redundant no_framework_libs: true The no_framework_libs: true is implied by the sdk_version: "core_current". "core_current" is stricter in that it also means "public SDK APIs only". This commit is intended to make it easier to spot when code is compiling against core library implementation rather than API code. Also switching java_library_static to java_library since it's identical. Bug: 113148576 Test: build Change-Id: I93eacef93835b80af60db9bc4f63009988098dcd --- Android.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Android.bp b/Android.bp index db6d520..e98e467 100644 --- a/Android.bp +++ b/Android.bp @@ -14,9 +14,8 @@ // limitations under the License. // -java_library_static { +java_library { name: "rappor", - no_framework_libs: true, java_version: "1.7", sdk_version: "core_current", libs: [ -- cgit v1.2.3