From 023527e0a940c33f61b5247a89f0304627de9c42 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Mon, 17 Jan 2022 20:09:57 +0000 Subject: [PATCH] Remove dead code This variable was not used. Test: presubmit Change-Id: I382c1fe5279450c2f1600328e5e01f435f1572b0 --- sdk/ModuleDefaults.bp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/sdk/ModuleDefaults.bp b/sdk/ModuleDefaults.bp index 1a7d472..9f39989 100644 --- a/sdk/ModuleDefaults.bp +++ b/sdk/ModuleDefaults.bp @@ -24,20 +24,6 @@ mainline_stubs_args = "--hide RequiresPermission " + "--enhance-documentation " -// TODO: modularize this so not every module has the same list -framework_packages_to_document = [ - "android", - "dalvik", - "java", - "javax", - "junit", - "org.apache.http", - "org.json", - "org.w3c.dom", - "org.xml.sax", - "org.xmlpull", -] - // TODO: remove the hiding when server classes are cleaned up. mainline_framework_stubs_args = mainline_stubs_args +