Remove unused conditional

ENABLE_QCOM_OTF_PROVISIONING is unused after
I9a12b02812db6aa7775893e94254c55016a28fa1, remove the conditional
that sets it.

Bug: 122332121
Test: mma
Change-Id: Ic06e24d8106a0705d4523a2da48700d6c955aa63
1 file changed
tree: 80ada98f8f80b8b540b16f8f5be871a967908cf7
  1. citadel/
  2. hals/
  3. manual_tests/
  4. Android.bp
  5. LICENSE
  6. METADATA
  7. MODULE_LICENSE_APACHE2
  8. NOTICE
  9. OWNERS
  10. README.md
README.md

Android components for Nugget

Android communicates with Nugget apps in order to implement security related HALs. Currently, those HALs are Keymaster, Weaver and OemLock.

Services

Apps that define a protobuf service will have an app interface class autogenerated. These classes will wrap a NuggetClient. The generator can be found in the generator directory.

Asynchronous communication

Work in progress.

Currently, everything is synchronous and just exposes the call_application() function from the Nugget transport API. In future, asynchronous calls may be desired. Support for this could be added in:

  • Nugget transport API
  • NuggetClient on top of call_application()
  • Generated services

citadel

This directory contains the components to support Citadel connected to Android.