diff options
author | 2024-01-25 00:51:01 +0000 | |
---|---|---|
committer | 2024-01-25 00:59:42 +0000 | |
commit | 6aadcb6408c3532c1865a615f767894c908c3938 (patch) | |
tree | 9eab480678cd622fabbda6263503e9a50df03b05 /libs | |
parent | 913c46b911515cdba8b0e9d24fbc7c8d65b09e4d (diff) |
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: I5a6c925f94017f4f92b6abb0c93079d8c85c3eeb
Diffstat (limited to 'libs')
-rw-r--r-- | libs/hwui/Android.bp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index bb628469d73b..e0ccf17c9fb7 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp @@ -210,15 +210,6 @@ filegroup { path: "apex/java", } -java_api_contribution { - name: "framework-graphics-public-stubs", - api_surface: "public", - api_file: "api/current.txt", - visibility: [ - "//build/orchestrator/apis", - ], -} - // ------------------------ // APEX // ------------------------ |