commit | bcb382a8abdafcb0c9802f3b40e6ee9b3908a5e3 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb@connolly.tech> | Wed Aug 11 14:43:55 2021 +0100 |
committer | Caleb Connolly <caleb@connolly.tech> | Wed Aug 11 14:43:55 2021 +0100 |
tree | a342f8ea4a2619ca97535dba454bc26d1c85a92e | |
parent | c445fabaeeba11f79d304808923bccdab1bdece5 [diff] |
Android.bp: remove subdirs They're deprecated and not needed as Soong automatically recurses.
diff --git a/Android.bp b/Android.bp index 03c85c1..64cdc29 100644 --- a/Android.bp +++ b/Android.bp
@@ -13,10 +13,3 @@ // limitations under the License. soong_namespace {} - -subdirs = [ - "qcom/pd-mapper", - "qcom/qrtr", - "qcom/rmtfs", - "qcom/tqftpserv", -]