Get rid of manually created IKeystoreService.

Java/aidl side changes necessary to generate IKeystoreService.cpp
Generated C++ service currently doesn't support null parameters, so lots
of parameters were updated to pass default value instead of null.

Test: cts-tradefed run cts -m CtsKeystoreTestCases
Bug: 68389643

Change-Id: Ifaf2ab48b2bcd7b081e4b336aa279fa8ba4fbbbf
This commit is contained in:
Dmitry Dementyev
2017-10-27 23:10:28 -07:00
parent 843f07e2d3
commit efc4311a3f
9 changed files with 60 additions and 8 deletions

View File

@@ -2,3 +2,8 @@ filegroup {
name: "IKeyAttestationApplicationIdProvider.aidl",
srcs: ["android/security/keymaster/IKeyAttestationApplicationIdProvider.aidl"],
}
filegroup {
name: "IKeystoreService.aidl",
srcs: ["android/security/IKeystoreService.aidl"],
}