summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorShawn Willden <swillden@google.com>2020-12-11 13:05:27 +0000
committerShawn Willden <swillden@google.com>2020-12-11 20:37:13 +0000
commite39f8767791ab14b42ea39d7dbda36ad4996c2ba (patch)
treef4394bfbe39750b7bfaebf420b04b5c436513d17 /Android.bp
parent815e8962398bf20fb4293f694edd9cbf9614d322 (diff)
downloadkeymaster-e39f8767791ab14b42ea39d7dbda36ad4996c2ba.tar.gz
Revert^2 "Remove references to keymint1"
34536a352803a08776cc4f373d93a94e1fcbf98e Bug: 175345910 Bug: 171429297 Change-Id: I31351067ad9fa98a78a49dce8eb0d0ab4c98df3a
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp32
1 files changed, 0 insertions, 32 deletions
diff --git a/Android.bp b/Android.bp
index 46d8ee3..3004a18 100644
--- a/Android.bp
+++ b/Android.bp
@@ -352,38 +352,6 @@ cc_library {
export_include_dirs: ["include", "ng/include"],
}
-cc_library_shared {
- name: "libkeymint1",
- vendor_available: true,
- srcs: [
- "legacy_support/keymaster_passthrough_key.cpp",
- "legacy_support/keymaster_passthrough_engine.cpp",
- "legacy_support/keymaster_passthrough_operation.cpp",
- "ng/KeyMintAidlUtils.cpp",
- "ng/AndroidKeyMint1Device.cpp",
- "ng/AndroidKeyMint1Operation.cpp",
- "android_keymaster/keymaster_configuration.cpp",
- ],
- defaults: ["keymaster_defaults"],
- shared_libs: [
- "libkeymaster_messages",
- "android.hardware.keymint-ndk_platform",
- "libbase",
- "libcrypto",
- "libcutils",
- "libbinder_ndk",
- "libcppbor",
- "libhidlbase",
- "libkeymaster_portable",
- "libkeymaster_messages",
- "libpuresoftkeymasterdevice",
- "liblog",
- "libutils",
- ],
- export_include_dirs: ["include", "ng/include"],
-}
-
-
// libkeymasterfiles is an empty library that exports all of the files in keymaster as includes.
cc_library_static {
name: "libkeymasterfiles",