Convert cc library with AIDL to cc_aidl_library

Change-Id: I1056b37cf09f4341bf2c2545c9069dbe49ea5ab3
Test: USE_BAZEL_ANALYSIS=1 m libbinder
Bug: 243010121
Fix: 243015050
This commit is contained in:
Vinh Tran
2022-08-16 13:10:31 -04:00
parent 939653e34e
commit 9f6796ab17
4 changed files with 210 additions and 8 deletions

View File

@@ -270,6 +270,15 @@ type bazelCcLibraryAttributes struct {
Features bazel.StringListAttribute
}
type aidlLibraryAttributes struct {
Srcs bazel.LabelListAttribute
Include_dir *string
}
type ccAidlLibraryAttributes struct {
Deps bazel.LabelListAttribute
}
type stripAttributes struct {
Keep_symbols bazel.BoolAttribute
Keep_symbols_and_debug_frame bazel.BoolAttribute