aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Cody Schuffelen <schuffelen@google.com>2020-05-13 14:53:40 -0700
committerA. Cody Schuffelen <schuffelen@google.com>2020-05-13 14:53:40 -0700
commit874eefdfd4352c13bb8e6c161ca5618d83cf90f3 (patch)
treebd1e6a48bebf7a236ad4347dadccbbf0b7b7b199
parent3cf227d610e9826db07a374dccf37589f7a1fa58 (diff)
downloadtpm2-tss-874eefdfd4352c13bb8e6c161ca5618d83cf90f3.tar.gz
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
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
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 {