Match src paths with aidl package name
In order for the build system to track updates to the header files during incremental builds, always specify the src files using the same path as the package for C++ compilations. Bug: 112114177 Test: treehugger Change-Id: I9a2d638cbde46f67e2d5761f5b5113cc7e068ec5
This commit is contained in:
parent
3a7f95af09
commit
87c7f882dd
1 changed files with 1 additions and 2 deletions
|
@ -244,6 +244,5 @@ filegroup {
|
|||
"binder/android/os/IVoldListener.aidl",
|
||||
"binder/android/os/IVoldTaskListener.aidl",
|
||||
],
|
||||
path: "binder",
|
||||
}
|
||||
|
||||
subdirs = ["tests"]
|
||||
|
|
Loading…
Reference in a new issue