Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01478ec1 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Colin Cross
Browse files

Export AIDL for keystore Android.bp.

Test: builds, boots
Bug: 67041047
Change-Id: Iaff1de1f9c015a824ffc1f4946ced4a13d9bd7c1
Merged-In: Iaff1de1f9c015a824ffc1f4946ced4a13d9bd7c1
(cherry picked from commit 0c686e78)
parent d6ab173f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ cc_library {

subdirs = [
    "cmds/*",
    "core/jni",
    "core/*",
    "libs/*",
    "media/*",
    "tools/*",

core/java/Android.bp

0 → 100644
+4 −0
Original line number Diff line number Diff line
filegroup {
    name: "IKeyAttestationApplicationIdProvider.aidl",
    srcs: ["android/security/keymaster/IKeyAttestationApplicationIdProvider.aidl"],
}