From 87c7f882ddade0dc8601202593cea36c3b51b466 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Fri, 14 Sep 2018 21:28:50 -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: I9a2d638cbde46f67e2d5761f5b5113cc7e068ec5 --- Android.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Android.bp b/Android.bp index 556784f..0998763 100644 --- a/Android.bp +++ b/Android.bp @@ -244,6 +244,5 @@ filegroup { "binder/android/os/IVoldListener.aidl", "binder/android/os/IVoldTaskListener.aidl", ], + path: "binder", } - -subdirs = ["tests"]