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
gugelfrei
Dan Willemsen 6 years ago
parent 3a7f95af09
commit 87c7f882dd

@ -244,6 +244,5 @@ filegroup {
"binder/android/os/IVoldListener.aidl",
"binder/android/os/IVoldTaskListener.aidl",
],
path: "binder",
}
subdirs = ["tests"]

Loading…
Cancel
Save