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

Commit 0c686e78 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Export AIDL for keystore Android.bp.

Test: builds, boots
Bug: 67041047
Change-Id: Iaff1de1f9c015a824ffc1f4946ced4a13d9bd7c1
parent 6a6fe318
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -72,7 +72,7 @@ cc_library {


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

core/java/Android.bp

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