summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-11-28 14:11:08 -0800
committerSteven Moreland <smoreland@google.com>2017-11-28 14:11:21 -0800
commitb973514302fd37d233e93911e6c14b825b4df9bc (patch)
tree91ec3ddbe834bd86db4ae635c3c84c2be2894b3e
parent62a38dfd2d846f23f609a492ffcc21b85baed5ff (diff)
downloadlibhidl-b973514302fd37d233e93911e6c14b825b4df9bc.tar.gz
No subdirs.
Removing whenever I see them edited in a CL. Test: none Change-Id: Ia9b4b3176534104b90c3a4b98a640e2281ba951c
-rw-r--r--Android.bp8
-rw-r--r--transport/Android.bp13
2 files changed, 0 insertions, 21 deletions
diff --git a/Android.bp b/Android.bp
index f9b1e96..032a61a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,14 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-subdirs = [
- "adapter",
- "base", // libhidlbase
- "libhidlmemory", // libhidlmemory
- "minijail",
- "transport", // libhidltransport
-]
-
cc_defaults {
name: "libhidl-defaults",
cflags: [
diff --git a/transport/Android.bp b/transport/Android.bp
index f4ca01c..b0c40e2 100644
--- a/transport/Android.bp
+++ b/transport/Android.bp
@@ -12,19 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-subdirs = [
- "allocator/1.0",
- "allocator/1.0/default",
- "allocator/1.0/utils",
- "base/1.0",
- "manager/1.0",
- "manager/1.1",
- "memory/1.0",
- "memory/1.0/default",
- "token/1.0",
- "token/1.0/utils",
-]
-
hidl_package_root {
name: "android.hidl",
path: "system/libhidl/transport",