summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-11-28 14:22:55 -0800
committerSteven Moreland <smoreland@google.com>2017-11-28 14:22:55 -0800
commit8b76a6b90dacd2b330fae4bac274d463542d04ba (patch)
treece4979236531adf9b90ac54491fba43eeda2d24e
parent6aa429ace5b70f4b0e343ae7a6493cb9eaac07e2 (diff)
downloadplatform_hardware_interfaces-8b76a6b90dacd2b330fae4bac274d463542d04ba.tar.gz
platform_hardware_interfaces-8b76a6b90dacd2b330fae4bac274d463542d04ba.tar.bz2
platform_hardware_interfaces-8b76a6b90dacd2b330fae4bac274d463542d04ba.zip
Remove subdirs
Removing whenever I see these in code reviews. Test: none Merged-In: I4322f533a837d55618ec2ed2125e8966ace9d61d Change-Id: I4322f533a837d55618ec2ed2125e8966ace9d61d
-rw-r--r--Android.bp4
-rw-r--r--audio/Android.bp11
-rw-r--r--automotive/Android.bp9
-rw-r--r--biometrics/Android.bp6
-rw-r--r--bluetooth/Android.bp6
-rw-r--r--boot/Android.bp6
-rw-r--r--broadcastradio/Android.bp12
-rw-r--r--camera/Android.bp15
-rw-r--r--cas/Android.bp7
-rw-r--r--configstore/Android.bp6
-rw-r--r--contexthub/Android.bp6
-rw-r--r--drm/Android.bp6
-rw-r--r--dumpstate/Android.bp6
-rw-r--r--gatekeeper/Android.bp6
-rw-r--r--gnss/Android.bp6
-rw-r--r--graphics/Android.bp13
-rw-r--r--health/Android.bp8
-rw-r--r--ir/Android.bp6
-rw-r--r--keymaster/Android.bp5
-rw-r--r--light/Android.bp5
-rw-r--r--media/Android.bp10
-rw-r--r--memtrack/Android.bp6
-rw-r--r--neuralnetworks/Android.bp5
-rw-r--r--nfc/Android.bp6
-rw-r--r--oemlock/Android.bp5
-rw-r--r--power/Android.bp8
-rw-r--r--radio/Android.bp10
-rw-r--r--renderscript/Android.bp6
-rw-r--r--sensors/Android.bp6
-rw-r--r--soundtrigger/Android.bp5
-rw-r--r--tests/Android.bp31
-rw-r--r--tetheroffload/Android.bp7
-rw-r--r--thermal/Android.bp8
-rw-r--r--tv/Android.bp8
-rw-r--r--usb/Android.bp8
-rw-r--r--vibrator/Android.bp8
-rw-r--r--vr/Android.bp6
-rw-r--r--weaver/Android.bp5
-rw-r--r--wifi/Android.bp11
39 files changed, 0 insertions, 308 deletions
diff --git a/Android.bp b/Android.bp
index 978559a649..5cb85b491d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,7 +1,3 @@
-subdirs = [
- "*"
-]
-
hidl_package_root {
name: "android.hardware",
path: "hardware/interfaces",
diff --git a/audio/Android.bp b/audio/Android.bp
deleted file mode 100644
index f4a5846f25..0000000000
--- a/audio/Android.bp
+++ /dev/null
@@ -1,11 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "2.0",
- "2.0/vts/functional",
- "common/2.0",
- "common/2.0/default",
- "common/test/utility",
- "effect/2.0",
- "effect/2.0/default",
- "effect/2.0/vts/functional",
-]
diff --git a/automotive/Android.bp b/automotive/Android.bp
deleted file mode 100644
index 8cde817d03..0000000000
--- a/automotive/Android.bp
+++ /dev/null
@@ -1,9 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "evs/1.0",
- "evs/1.0/default",
- "evs/1.0/vts/functional",
- "vehicle/2.0",
- "vehicle/2.0/default",
- "vehicle/2.0/default/impl/vhal_v2_0/proto",
-]
diff --git a/biometrics/Android.bp b/biometrics/Android.bp
deleted file mode 100644
index 19a1062a0b..0000000000
--- a/biometrics/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "fingerprint/2.1",
- "fingerprint/2.1/default",
- "fingerprint/2.1/vts/functional",
-]
diff --git a/bluetooth/Android.bp b/bluetooth/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/bluetooth/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/boot/Android.bp b/boot/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/boot/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/broadcastradio/Android.bp b/broadcastradio/Android.bp
deleted file mode 100644
index 8c65bf6013..0000000000
--- a/broadcastradio/Android.bp
+++ /dev/null
@@ -1,12 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
- "1.1",
- "1.1/default",
- "1.1/tests",
- "1.1/utils",
- "1.1/vts/functional",
- "1.1/vts/utils",
-]
diff --git a/camera/Android.bp b/camera/Android.bp
deleted file mode 100644
index 0240751c5a..0000000000
--- a/camera/Android.bp
+++ /dev/null
@@ -1,15 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "common/1.0",
- "common/1.0/default",
- "device/1.0",
- "device/1.0/default",
- "device/3.2",
- "device/3.2/default",
- "device/3.3",
- "device/3.3/default",
- "metadata/3.2",
- "provider/2.4",
- "provider/2.4/default",
- "provider/2.4/vts/functional",
-]
diff --git a/cas/Android.bp b/cas/Android.bp
deleted file mode 100644
index 8208d3d51e..0000000000
--- a/cas/Android.bp
+++ /dev/null
@@ -1,7 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/vts/functional",
- "1.0/default",
- "native/1.0",
-]
diff --git a/configstore/Android.bp b/configstore/Android.bp
deleted file mode 100644
index ba3e62e29b..0000000000
--- a/configstore/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/vts/functional",
- "utils",
-]
diff --git a/contexthub/Android.bp b/contexthub/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/contexthub/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/drm/Android.bp b/drm/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/drm/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/dumpstate/Android.bp b/dumpstate/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/dumpstate/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/gatekeeper/Android.bp b/gatekeeper/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/gatekeeper/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/gnss/Android.bp b/gnss/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/gnss/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/graphics/Android.bp b/graphics/Android.bp
deleted file mode 100644
index 9aea85f6c4..0000000000
--- a/graphics/Android.bp
+++ /dev/null
@@ -1,13 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "allocator/2.0",
- "allocator/2.0/default",
- "bufferqueue/1.0",
- "common/1.0",
- "composer/2.1",
- "composer/2.1/default",
- "composer/2.1/vts/functional",
- "mapper/2.0",
- "mapper/2.0/default",
- "mapper/2.0/vts/functional",
-]
diff --git a/health/Android.bp b/health/Android.bp
deleted file mode 100644
index 2c931e591b..0000000000
--- a/health/Android.bp
+++ /dev/null
@@ -1,8 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/default/libhealthd",
- "1.0/vts/functional",
- "2.0",
-]
diff --git a/ir/Android.bp b/ir/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/ir/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/keymaster/Android.bp b/keymaster/Android.bp
deleted file mode 100644
index 90a01955f3..0000000000
--- a/keymaster/Android.bp
+++ /dev/null
@@ -1,5 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "3.0",
- "3.0/vts/functional",
-]
diff --git a/light/Android.bp b/light/Android.bp
deleted file mode 100644
index 8d2c986746..0000000000
--- a/light/Android.bp
+++ /dev/null
@@ -1,5 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "2.0",
- "2.0/vts/functional",
-]
diff --git a/media/Android.bp b/media/Android.bp
deleted file mode 100644
index 53e82bd711..0000000000
--- a/media/Android.bp
+++ /dev/null
@@ -1,10 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "omx/1.0",
- "omx/1.0/vts/functional/audio",
- "omx/1.0/vts/functional/common",
- "omx/1.0/vts/functional/component",
- "omx/1.0/vts/functional/master",
- "omx/1.0/vts/functional/video",
-]
diff --git a/memtrack/Android.bp b/memtrack/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/memtrack/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/neuralnetworks/Android.bp b/neuralnetworks/Android.bp
deleted file mode 100644
index 33f70ebae2..0000000000
--- a/neuralnetworks/Android.bp
+++ /dev/null
@@ -1,5 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/vts/functional",
-]
diff --git a/nfc/Android.bp b/nfc/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/nfc/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/oemlock/Android.bp b/oemlock/Android.bp
deleted file mode 100644
index 33f70ebae2..0000000000
--- a/oemlock/Android.bp
+++ /dev/null
@@ -1,5 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/vts/functional",
-]
diff --git a/power/Android.bp b/power/Android.bp
deleted file mode 100644
index a5415df348..0000000000
--- a/power/Android.bp
+++ /dev/null
@@ -1,8 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
- "1.1",
- "1.1/vts/functional",
-]
diff --git a/radio/Android.bp b/radio/Android.bp
deleted file mode 100644
index 758de072f2..0000000000
--- a/radio/Android.bp
+++ /dev/null
@@ -1,10 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/vts/functional",
- "1.1",
- "1.1/vts/functional",
- "1.2",
- "1.2/vts/functional",
- "deprecated/1.0",
-]
diff --git a/renderscript/Android.bp b/renderscript/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/renderscript/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/sensors/Android.bp b/sensors/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/sensors/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/soundtrigger/Android.bp b/soundtrigger/Android.bp
deleted file mode 100644
index 8d2c986746..0000000000
--- a/soundtrigger/Android.bp
+++ /dev/null
@@ -1,5 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "2.0",
- "2.0/vts/functional",
-]
diff --git a/tests/Android.bp b/tests/Android.bp
deleted file mode 100644
index 0031637cda..0000000000
--- a/tests/Android.bp
+++ /dev/null
@@ -1,31 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "bar/1.0",
- "bar/1.0/default",
- "baz/1.0",
- "baz/1.0/default",
- "expression/1.0",
- "extension/light/2.0",
- "extension/light/2.0/default",
- "foo/1.0",
- "foo/1.0/default",
- "foo/1.0/default/lib",
- "hash/1.0",
- "hash/1.0/default",
- "inheritance/1.0",
- "inheritance/1.0/default",
- "libhwbinder/1.0",
- "libhwbinder/1.0/default",
- "libhwbinder/aidl",
- "memory/1.0",
- "memory/1.0/default",
- "msgq/1.0",
- "msgq/1.0/default",
- "multithread/1.0",
- "multithread/1.0/default",
- "pointer/1.0",
- "pointer/1.0/default",
- "pointer/1.0/default/lib",
- "trie/1.0",
- "trie/1.0/default",
-]
diff --git a/tetheroffload/Android.bp b/tetheroffload/Android.bp
deleted file mode 100644
index f3c7021ca8..0000000000
--- a/tetheroffload/Android.bp
+++ /dev/null
@@ -1,7 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "config/1.0",
- "config/1.0/vts/functional",
- "control/1.0",
- "control/1.0/vts/functional",
-]
diff --git a/thermal/Android.bp b/thermal/Android.bp
deleted file mode 100644
index a5415df348..0000000000
--- a/thermal/Android.bp
+++ /dev/null
@@ -1,8 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
- "1.1",
- "1.1/vts/functional",
-]
diff --git a/tv/Android.bp b/tv/Android.bp
deleted file mode 100644
index 58d840ef62..0000000000
--- a/tv/Android.bp
+++ /dev/null
@@ -1,8 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "cec/1.0",
- "cec/1.0/default",
- "input/1.0",
- "input/1.0/default",
- "input/1.0/vts/functional",
-]
diff --git a/usb/Android.bp b/usb/Android.bp
deleted file mode 100644
index a5415df348..0000000000
--- a/usb/Android.bp
+++ /dev/null
@@ -1,8 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
- "1.1",
- "1.1/vts/functional",
-]
diff --git a/vibrator/Android.bp b/vibrator/Android.bp
deleted file mode 100644
index a5415df348..0000000000
--- a/vibrator/Android.bp
+++ /dev/null
@@ -1,8 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
- "1.1",
- "1.1/vts/functional",
-]
diff --git a/vr/Android.bp b/vr/Android.bp
deleted file mode 100644
index ed19a37034..0000000000
--- a/vr/Android.bp
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/default",
- "1.0/vts/functional",
-]
diff --git a/weaver/Android.bp b/weaver/Android.bp
deleted file mode 100644
index 33f70ebae2..0000000000
--- a/weaver/Android.bp
+++ /dev/null
@@ -1,5 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/vts/functional",
-]
diff --git a/wifi/Android.bp b/wifi/Android.bp
deleted file mode 100644
index 1153b0c628..0000000000
--- a/wifi/Android.bp
+++ /dev/null
@@ -1,11 +0,0 @@
-// This is an autogenerated file, do not edit.
-subdirs = [
- "1.0",
- "1.0/vts/functional",
- "1.1",
- "1.1/vts/functional",
- "offload/1.0",
- "offload/1.0/vts/functional",
- "supplicant/1.0",
- "supplicant/1.0/vts/functional",
-]