From 4a49850930229e7fb758bec3ea6efb554420a5de Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Wed, 5 Jun 2019 15:51:24 -0700 Subject: [PATCH] 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 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index b27003964125f..6d16f6de2b695 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 {