summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorSteven Moreland2017-10-04 17:46:55 -0500
committerSteven Moreland2017-10-04 17:47:30 -0500
commitd15ef6d7b4cae72251ec6d071808e245bdb7678c (patch)
tree42aa3392fa5c3318edc9557893a190f005b6b97b /boot
parent85bb01dd6bb8e2392dff5eafd568b57e8ea5e04d (diff)
downloadplatform-hardware-interfaces-d15ef6d7b4cae72251ec6d071808e245bdb7678c.tar.gz
platform-hardware-interfaces-d15ef6d7b4cae72251ec6d071808e245bdb7678c.tar.xz
platform-hardware-interfaces-d15ef6d7b4cae72251ec6d071808e245bdb7678c.zip
Remove Android.bp subdirs loop.
Test: m -j nothing Change-Id: Ic40edd1986fd40be4bf752ecbe925e6539d0df32
Diffstat (limited to 'boot')
-rw-r--r--boot/1.0/vts/Android.bp3
-rw-r--r--boot/Android.bp1
2 files changed, 0 insertions, 4 deletions
diff --git a/boot/1.0/vts/Android.bp b/boot/1.0/vts/Android.bp
deleted file mode 100644
index 7aef46b3..00000000
--- a/boot/1.0/vts/Android.bp
+++ /dev/null
@@ -1,3 +0,0 @@
1subdirs = [
2 "*"
3]
diff --git a/boot/Android.bp b/boot/Android.bp
index 67af5bbc..33f70eba 100644
--- a/boot/Android.bp
+++ b/boot/Android.bp
@@ -1,6 +1,5 @@
1// This is an autogenerated file, do not edit. 1// This is an autogenerated file, do not edit.
2subdirs = [ 2subdirs = [
3 "1.0", 3 "1.0",
4 "1.0/vts",
5 "1.0/vts/functional", 4 "1.0/vts/functional",
6] 5]