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: m
Change-Id: Ia82483523a9398ad597ee128faffa2b4b1927f0d
diff --git a/keystore/Android.bp b/keystore/Android.bp
index ed60596..210b8b5 100644
--- a/keystore/Android.bp
+++ b/keystore/Android.bp
@@ -269,6 +269,7 @@
"binder/android/security/IConfirmationPromptCallback.aidl",
"binder/android/security/IKeystoreService.aidl",
],
+ path: "binder",
}
cc_library_shared {
@@ -297,5 +298,3 @@
"libkeystore_parcelables",
],
}
-
-subdirs = ["tests"]