diff options
author | Ramy Medhat <abdelaal@google.com> | 2020-05-04 05:54:30 -0400 |
---|---|---|
committer | Ramy Medhat <abdelaal@google.com> | 2020-05-27 06:38:21 -0400 |
commit | aaa8386be1221f4318857144f1681097548259d1 (patch) | |
tree | fcccc621e05b3129c132d118fb4b8ad75b5af459 /StubLibraries.bp | |
parent | f44b90fdc4be5243a25927e8ccf1880d958dd3b3 (diff) |
Add package html files of droidstubs rules as inputs.
Test: built aosp-crosshatch-userdebug with RBE_METALAVA=1.
Change-Id: I50ae5d361dd3b488fcdb4946b5629ab3ece05e27
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r-- | StubLibraries.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index 4a77463160f6..898928708438 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -49,6 +49,7 @@ stubs_defaults { ":opt-net-voip-srcs", ":art-module-public-api-stubs-source", ":android_icu4j_public_api_files", + "**/package.html", ], libs: ["framework-internal-utils"], installable: false, |