Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24dfd2e5 authored by Jihoon Kang's avatar Jihoon Kang Committed by William Escande
Browse files

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: Id02754c66c7fc1fad9880187298694f4941f14e1
Flag: Exempt, Build files only
parent 6141fe50
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -123,15 +123,6 @@ filegroup {
    srcs: ["jarjar-rules.txt"],
}

java_api_contribution {
    name: "framework-bluetooth-public-stubs",
    api_surface: "public",
    api_file: "api/current.txt",
    visibility: [
        "//build/orchestrator/apis",
    ],
}

platform_compat_config {
    name: "framework-bluetooth-compat-config",
    src: ":framework-bluetooth",