OSDN Git Service

Android: fix a possible building error android-x86-8.1-r1 android-x86-8.1-r2 android-x86-8.1-r3 android-x86-8.1-r4 android-x86-8.1-r5
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 12 Sep 2018 11:01:54 +0000 (19:01 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 12 Sep 2018 11:01:54 +0000 (19:01 +0800)
commit9811a779896af8da97378a91db70b77a1331a6ab
treeb69e96697b76bea350e11859ee2e601792cb0c78
parentb43ecea6c709cb573f4b8937bc5ef65fa02ee8b5
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/llvm70/Android.bp:157:1: module "llvm70-gen-revision": source path external/llvm70/.git/logs/HEAD does not exist

Use wildcard to avoid that.
Android.bp