From: Mauro Rossi Date: Fri, 21 Feb 2020 23:37:30 +0000 (+0100) Subject: android: add Android.bp for llvm-project X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=599345d416fda8a2c67ce2e62873c25a5c3b074d;p=android-x86%2Fexternal-llvm-project.git android: add Android.bp for llvm-project A root Android.bp file is needed to build llvm sub-project --- diff --git a/Android.bp b/Android.bp new file mode 100644 index 00000000000..b44c2960127 --- /dev/null +++ b/Android.bp @@ -0,0 +1 @@ +subdirs = ["*"]