Merge "Match src paths with aidl package name"
am: 8b9a14e7fc

Change-Id: I79f8ab3bb992c1ddde4c3022e4af3cd132204e8a
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"]