From 07ce4ac01c55e6f2dfa8ed9f009727cbd41101b9 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Fri, 31 Mar 2017 00:37:26 -0700 Subject: [PATCH] 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 --- root.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/root.bp b/root.bp index 219b4e503..f14b047cb 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/*",