summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2019-07-25 23:38:08 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-07-25 23:38:08 +0000
commit9b0e7670f8f7e7f73e9a400929b67ae2c84af461 (patch)
treed8991e4e0ad3813c5c8dafb69af52ef219d381e5
parenta0cdd7260414bcba76dc351c59594e26583aab0d (diff)
parent9bcd2974f05a84d92a261f1c5377e2bd97c0bff2 (diff)
Merge "Remove the dependencies to ext and framework from the stubs build"
-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,