commit | d9e3677dc6b17366d00b8024641fc31954d1eec6 | [log] [tgz] |
---|---|---|
author | Chih-Wei Huang <cwhuang@linux.org.tw> | Wed Sep 12 19:01:54 2018 +0800 |
committer | Mauro Rossi <issor.oruam@gmail.com> | Sun Mar 31 18:04:01 2019 +0200 |
tree | d434d15e3e66a27bfeac261201b90000eae7833e | |
parent | 0187681dfbe01b7b4b55dec5d6321266c5ee8bcd [diff] |
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.