commit | 4182d1c1ed530c367c03fb9792f5db315eb77b59 | [log] [tgz] |
---|---|---|
author | Mauro Rossi <issor.oruam@gmail.com> | Sat Feb 23 13:16:35 2019 +0100 |
committer | Mauro Rossi <issor.oruam@gmail.com> | Sun Mar 31 18:04:02 2019 +0200 |
tree | bd0d1ed50e129495e8801a69eab91eb3fcd6ff0b | |
parent | 2d38f1f6656981b2d7df67fee4d8891b79a84aa0 [diff] |
android: tools: remove redundant Android.bp To avoid build errors in pie-x86 due to collision with external/llvm ones Implemented via following commands: cd tools find . -type f -name 'Android.bp' -exec rm {} +