From 874eefdfd4352c13bb8e6c161ca5618d83cf90f3 Mon Sep 17 00:00:00 2001 From: "A. Cody Schuffelen" Date: Wed, 13 May 2020 14:53:40 -0700 Subject: Support host compilation for tpm2-tss. This will let us use tpm2-tss from the secure_env process on the cuttlefish host. Test: Compiles Bug: 155695501 Change-Id: I07df2a23c36e7c717a2b1acb8be3b11d3243dd9f --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 5332aa1a..9774a369 100644 --- a/Android.bp +++ b/Android.bp @@ -22,6 +22,7 @@ cc_defaults { export_include_dirs: [ "include", ], + host_supported: true, } cc_library { -- cgit v1.2.3