From dbc253143b4d7fcc12810714e2fc1d78739d424c Mon Sep 17 00:00:00 2001 From: Nan Zhang Date: Thu, 2 Aug 2018 16:29:43 -0700 Subject: [PATCH] Add more libs for framework docs generation These two libs are not in the default libs which caused droiddoc report lots of "package not found warning" when generating offline/online docs. Test: m -j ds-static-docs Bug: b/70351683 Change-Id: Ibb1f5e1817895abb1b711dc537493bd93c77077b --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 32dabdd57019f..5b95e11bc4c1f 100644 --- a/Android.bp +++ b/Android.bp @@ -1032,6 +1032,8 @@ doc_defaults { srcs_lib_whitelist_dirs: frameworks_base_subdirs, srcs_lib_whitelist_pkgs: packages_to_document, libs: [ + "conscrypt", + "bouncycastle", "voip-common", "android.test.mock", "android-support-annotations",