From a02b932f6e1c20080df440ad8d975031a2f6c97b Mon Sep 17 00:00:00 2001 From: Jihoon Kang Date: Thu, 25 Jan 2024 01:00:46 +0000 Subject: Remove java_api_contribution modules from .bp files java_api_contribution modules are dynamically generated from droidstubs modules or java_sdk_library_import, and is not a user-facing module. Defining this module is a .bp file is a no-op. Test: m nothing Bug: 322242515 Change-Id: I68e450e4c7bbf4a077bfb43cd7e1bbcde4f5a6cc --- framework/Android.bp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'framework/Android.bp') diff --git a/framework/Android.bp b/framework/Android.bp index 644534e6a..33fda68c2 100644 --- a/framework/Android.bp +++ b/framework/Android.bp @@ -55,12 +55,3 @@ java_sdk_library { hostdex: true, installable: true, } - -java_api_contribution { - name: "framework-permission-public-stubs", - api_surface: "public", - api_file: "api/current.txt", - visibility: [ - "//build/orchestrator/apis", - ], -} -- cgit v1.2.3-59-g8ed1b