OSDN Git Service

bt: Make crypto_toolbox_for_test available on the host
authorŁukasz Rymanowski <lukasz.rymanowski@codecoup.pl>
Tue, 19 Jan 2021 13:07:54 +0000 (13:07 +0000)
committerJakub Pawlowski <jpawlowski@google.com>
Mon, 8 Feb 2021 16:49:16 +0000 (16:49 +0000)
Bug: 150670922
Test: compilation
Tag: #feature
Sponsor: jpawlowski@

Change-Id: I72815f8e9f1721c0a935920bfd055ea5ed9e25ff

stack/Android.bp

index cd573bb..d7d59bb 100644 (file)
@@ -7,6 +7,7 @@ crypto_toolbox_srcs = [
 cc_test_library {
     name: "crypto_toolbox_for_tests",
     defaults: ["fluoride_defaults"],
+    host_supported: true,
     include_dirs: [
         "system/bt",
     ],