From: Mauro Rossi Date: Sat, 25 Aug 2018 10:59:12 +0000 (+0200) Subject: DO NOT MERGE: android: avoid re-building tools X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b2925466a5264caefaf827c248e7f1ee41f0bd54;p=android-x86%2Fexternal-llvm-project.git DO NOT MERGE: android: avoid re-building tools Necessary to avoid Android Build System targets conflicts with external/llvm --- diff --git a/llvm/Android.bp b/llvm/Android.bp index 94a6ab34088..93b8f159c25 100644 --- a/llvm/Android.bp +++ b/llvm/Android.bp @@ -321,6 +321,5 @@ cc_library_shared { subdirs = [ "soong", "lib", - "tools/*", "utils/*", ]