Remove duplicate generateEekChain routine
Reduce duplicated code, hooray. Also, we'll be adding the real EEK to
the support library, so prepare for that by linking it now.
Bug: 191301285
Test: Manually run rkp_factory_extraction_tool
Change-Id: I7e1695e3a512be01e24f681aa0a369d3482ad383
Merged-In: I7e1695e3a512be01e24f681aa0a369d3482ad383
diff --git a/provisioner/Android.bp b/provisioner/Android.bp
index ea84063..3391a9c 100644
--- a/provisioner/Android.bp
+++ b/provisioner/Android.bp
@@ -54,7 +54,7 @@
"libcppcose_rkp",
"libcrypto",
"liblog",
+ "libkeymint_remote_prov_support",
"libvintf",
],
- //export_include_dirs: ["include"],
}