From 0e9ac83e04d908a741a6eab366edb9c03fc4524e Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Thu, 18 Oct 2018 15:03:50 +0100 Subject: [PATCH] Remove explicit dependencies on core library These dependencies appear not to be necessary. Test: make api-stubs-docs-update-current-api and inspect api/current.txt Test: make docs and compare offline_sdk output Bug: 113148576 Change-Id: If363aa99c8e230c0d63db6677241eb152a5b8fec --- Android.bp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Android.bp b/Android.bp index 383f58f31cf0b..867816160e253 100644 --- a/Android.bp +++ b/Android.bp @@ -1203,11 +1203,6 @@ stubs_defaults { srcs_lib_whitelist_dirs: frameworks_base_subdirs, srcs_lib_whitelist_pkgs: packages_to_document, libs: [ - "core-oj", - "core-libart", - "conscrypt", - "bouncycastle", - "okhttp", "ext", "framework", "voip-common",