summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2019-09-24 13:14:02 -0700
committerIgor Murashkin <iam@google.com>2019-09-24 13:36:33 -0700
commit2f1134067947b6d658d8dbf1f143632591078ff6 (patch)
tree61075108d714583ea9d6f2d111a63ae08e346226 /Android.bp
parent5a4c29e7d0328037af363841d65020955c63607a (diff)
downloadplatform_system_iorap-2f1134067947b6d658d8dbf1f143632591078ff6.tar.gz
platform_system_iorap-2f1134067947b6d658d8dbf1f143632591078ff6.tar.bz2
platform_system_iorap-2f1134067947b6d658d8dbf1f143632591078ff6.zip
build: Add host support
Bug: 141561400 Test: iorapd-tests Change-Id: I09e4fddb6e3761eaa94e959622fba6cb83b0dff4
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 43d5319..9363a2a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -62,6 +62,9 @@ cc_defaults {
clang: true,
shared_libs: ["libbase"],
+
+ // build all ioraps for host.
+ host_supported: true,
}
cc_defaults {