summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-06-05 15:51:24 -0700
committerDan Willemsen <dwillemsen@google.com>2019-06-05 15:51:24 -0700
commit4a49850930229e7fb758bec3ea6efb554420a5de (patch)
tree2a499733696f59ed57037ab29eed8e2468610e7c
parent0e576fe6393e68c3300ec40777ac97d0e15e6f8e (diff)
downloadbase-4a49850930229e7fb758bec3ea6efb554420a5de.tar.gz
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
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b27003964125..6d16f6de2b69 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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 {