OSDN Git Service

DO NOT MERGE: util: build only TableGen
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 25 Aug 2018 11:23:34 +0000 (13:23 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Thu, 15 Apr 2021 11:04:54 +0000 (13:04 +0200)
Necessary to avoid collisions with external/llvm utils

llvm/Android.bp

index 93b8f15..6389bf9 100644 (file)
@@ -321,5 +321,5 @@ cc_library_shared {
 subdirs = [
     "soong",
     "lib",
-    "utils/*",
+    "utils/TableGen",
 ]