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: I97493c90c888678ce6c5fb56c9c83516b7e2fb2f
This commit is contained in:
Dan Willemsen
2019-06-05 15:51:24 -07:00
parent 0e576fe639
commit 4a49850930

View File

@@ -733,6 +733,7 @@ filegroup {
"core/java/android/os/IIncidentManager.aidl",
"core/java/android/os/IIncidentReportStatusListener.aidl",
],
path: "core/java",
}
filegroup {
@@ -741,6 +742,7 @@ filegroup {
"core/java/android/os/IStatsCompanionService.aidl",
"core/java/android/os/IStatsManager.aidl",
],
path: "core/java",
}
java_library {