diff options
| author | 2023-04-28 11:21:25 -0400 | |
|---|---|---|
| committer | 2023-05-10 16:46:20 -0400 | |
| commit | 0e7fd8a14b5e1ebc2f2516639e9cea5dfdefce63 (patch) | |
| tree | 563781e20548b209eda699d95990c416e72ab376 /java/sdk_library_test.go | |
| parent | 9241da96626b6e224fbf255f1d03ea0bf4e8958b (diff) | |
Implement aidl_library module type
We currently specifies aidl files directly to the srcs prop on a filegroup or other module types such as cc_library or java_library. We use aidl.include_dirs prop to specify paths to aidl headers. This include_dirs pattern isn't migratable to Bazel because Bazel requires explicit dependencies.
This CL introduces aidl_library to better map with Bazel's aidl_library rule and to enable aidl headers to be specified in a separate aidl_library or the hdrs prop. A follow-up CL will turn on inputs sandbox to enforce all aidl headers be explicitly specified in Android.bp
Test: go test
Bug: 278704136
Change-Id: I2c99af080525bf8a6c5724ed5ee2001842969098
Diffstat (limited to 'java/sdk_library_test.go')
0 files changed, 0 insertions, 0 deletions