OSDN Git Service

Android: fix a possible building error
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 12 Sep 2018 11:01:54 +0000 (19:01 +0800)
committerMauro Rossi <issor.oruam@gmail.com>
Thu, 15 Apr 2021 11:05:04 +0000 (13:05 +0200)
commit58400d251ffca66f6f1045aa06b32b3ea37b99a6
treee650347a66b8cb31a63ac934c360523ac5d6e550
parent253d439a8d5047d88af617ff39b2c07bb0072f2c
Android: fix a possible building error

The .git/logs/HEAD doesn't always exist. In a new created repo, it may
cause the error:

error: external/llvm/Android.bp:157:1: module "llvm-gen-revision": source path external/llvm/.git/logs/HEAD does not exist

Use wildcard to avoid that.
llvm/Android.bp