unplugged-system/build/bazel/rules/apis
2025-10-06 13:59:42 +00:00
..
api_domain_test.bzl Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
api_domain.bzl Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
api_surface.bzl Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
BUILD Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
cc_api_contribution_test.bzl Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
cc_api_contribution.bzl Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
java_api_contribution.bzl Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Bazel rules for API export

This package contains Bazel rules for declaring API contributions of API domains to API surfaces (go/android-build-api-domains)

WARNING:

API export is expected to run in Standalone Bazel mode (go/multi-tree-api-export). As such, rules defined in this package should not have any dependencies on bp2build (most notably the generated @soong_injection workspace)