From 3cfb89b10ea5e09f85e7719ed57d76b77408ea01 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Mon, 16 Oct 2023 13:46:17 +0100 Subject: Remove unused `extensions_info_file` property from framework-doc-stubs The `droidstubs.extensions_info_file` property is only used when `api_levels_annotations_enabled: true`. The `framwork-doc-stubs` uses `api_levels_module` instead and so does not need `extensions_info_file` any more. Bug: 305688818 Test: m framework-doc-stubs # Before and after and check output to confirm that it does not change Change-Id: I4ad3f5b24e998eb9d5d47fa2240d2281fa9d6fc6 --- api/ApiDocs.bp | 1 - 1 file changed, 1 deletion(-) (limited to 'api') diff --git a/api/ApiDocs.bp b/api/ApiDocs.bp index 30b442336148..7142eb5bef53 100644 --- a/api/ApiDocs.bp +++ b/api/ApiDocs.bp @@ -124,7 +124,6 @@ droidstubs { "packages/modules/Media/apex/aidl/stable", ], }, - extensions_info_file: ":sdk-extensions-info", } droidstubs { -- cgit v1.2.3-59-g8ed1b