summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2019-07-16 12:15:33 +0900
committer Jiyong Park <jiyong@google.com> 2019-07-16 12:15:58 +0900
commit9bcd2974f05a84d92a261f1c5377e2bd97c0bff2 (patch)
tree8c65e4ef2bca3505017331473bdb907970562760
parent2e3f1aa4396be82b89788a808049f58a48c1a68b (diff)
Remove the dependencies to ext and framework from the stubs build
The two dependencies are not needed. This will cut the circular dependency that might happen when we separate some framework classes into a separate jar. Bug: 135922046 Test: m api-stubs-docs system-api-stubs-docs Change-Id: I63fc1bce5f2a51366580b5ed3b53c03377a797b2
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index b01c3c7c920d..c8c4a15c2bea 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1272,10 +1272,6 @@ stubs_defaults {
srcs_lib: "framework",
srcs_lib_whitelist_dirs: frameworks_base_subdirs,
srcs_lib_whitelist_pkgs: packages_to_document,
- libs: [
- "ext",
- "framework",
- ],
local_sourcepaths: frameworks_base_subdirs,
installable: false,
annotations_enabled: true,