commit | 7e5c0ebf1429a04eb9a82ef80c721b02c4e716f0 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Sat Sep 29 14:49:25 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sat Sep 29 14:49:25 2018 -0700 |
tree | e585c5cebff90310ef202573863d4f764503d3b5 | |
parent | 338b878a29200c8f8e6c2a95db18ad17e4ec82cf [diff] | |
parent | 8b9a14e7fcc1ff9fbb50599c7479f8b699d23723 [diff] |
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"]