diff options
| author | 2019-07-07 16:27:47 +0900 | |
|---|---|---|
| committer | 2019-07-19 11:31:31 +0900 | |
| commit | 2907459e430f0cba0257badcc038817a73d570f3 (patch) | |
| tree | a54297396cd29e7a46fce4a4b545c51ea20bfe47 /python/python.go | |
| parent | 216e315a34cd4b7b727ed12afa437bd09e825731 (diff) | |
filegroup.path is used to specify the include path for aidl files
filegroup {
name: "foo",
srcs: ["srcs/aidl/com/android/**/*.aidl"],
path: "srcs/aidl",
}
cc_library { // or java_library, etc.
name: "bar",
srcs: [":foo"],
}
automatically adds "-Ipath/to/foo/srcs/aidl" when compiling the aidl
files from foo for bar. This allows us to omit aidl include path
when using sources in other places via file group.
Bug: 135922046
Test: m (unit tests added)
Change-Id: I9b42f316f2858fb6da72c2f58a314f391416e809
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions