OSDN Git Service

DO NOT MERGE: android: avoid re-building tools
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 25 Aug 2018 10:59:12 +0000 (12:59 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Sat, 8 Sep 2018 07:29:41 +0000 (09:29 +0200)
Necessary to avoid Android Build System targets conflicts with external/llvm

Android.bp

index 94a6ab3..93b8f15 100644 (file)
@@ -321,6 +321,5 @@ cc_library_shared {
 subdirs = [
     "soong",
     "lib",
-    "tools/*",
     "utils/*",
 ]