aboutsummaryrefslogtreecommitdiffstats
path: root/root.bp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2017-03-31 00:37:26 -0700
committerStephen Hines <srhines@google.com>2017-03-31 00:38:03 -0700
commit07ce4ac01c55e6f2dfa8ed9f009727cbd41101b9 (patch)
treeb20b28404ec5680b9000e169cbbe27897d22d1c4 /root.bp
parent971b9848c0d16327ca0a969c53a07f75ba3f60fd (diff)
downloadbuild_soong-07ce4ac01c55e6f2dfa8ed9f009727cbd41101b9.tar.gz
build_soong-07ce4ac01c55e6f2dfa8ed9f009727cbd41101b9.tar.bz2
build_soong-07ce4ac01c55e6f2dfa8ed9f009727cbd41101b9.zip
Add prebuilts/clang/host/linux-x86 to root.bp.
Bug: http://b/35432050 This is used to support libFuzzer.a prebuilts. Test: Builds successfully. Change-Id: I4c2b9e83e88daf136f9017125205b61104c052b8
Diffstat (limited to 'root.bp')
-rw-r--r--root.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/root.bp b/root.bp
index 219b4e50..f14b047c 100644
--- a/root.bp
+++ b/root.bp
@@ -28,6 +28,7 @@ optional_subdirs = [
"libcore",
"libnativehelper",
"packages/apps/HTMLViewer",
+ "prebuilts/clang/host/linux-x86",
"prebuilts/ndk",
"prebuilts/sdk",
"system/*",