From a38ff9f1bd1e03ff82a5fa42cc265f56de7b6612 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Tue, 11 Jun 2019 10:56:01 -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: Id548ddd598cac18886da42f06c07540942a306ed --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index abe29473f346b..fad4ef1d260e0 100644 --- a/Android.bp +++ b/Android.bp @@ -814,6 +814,7 @@ filegroup { "core/java/android/os/IStatsManager.aidl", "core/java/android/os/IStatsPullerCallback.aidl", ], + path: "core/java", } filegroup {