summaryrefslogtreecommitdiffstats
path: root/drm
diff options
context:
space:
mode:
authorPawin Vongmasa <pawin@google.com>2019-02-22 17:54:19 -0800
committerPawin Vongmasa <pawin@google.com>2019-03-28 23:54:38 -0700
commit11966872eedd949041dfe0a905794654a3df49cf (patch)
tree7ad77e435903461790f78282853777f389b7bfd0 /drm
parent71028253b21dfee4e3908916c4182cd0ea140f11 (diff)
downloadframeworks_av-11966872eedd949041dfe0a905794654a3df49cf.tar.gz
frameworks_av-11966872eedd949041dfe0a905794654a3df49cf.tar.bz2
frameworks_av-11966872eedd949041dfe0a905794654a3df49cf.zip
Remove subdirs from Android.bp
subdirs is meaningless now. Test: Builds Bug: 129513796 Change-Id: I60130e38b5924b73c5520d884868dd580f5345bf
Diffstat (limited to 'drm')
-rw-r--r--drm/libdrmframework/Android.bp1
-rw-r--r--drm/libdrmframework/plugins/common/Android.bp1
-rw-r--r--drm/libdrmframework/plugins/forward-lock/Android.bp4
-rw-r--r--drm/libdrmframework/plugins/forward-lock/internal-format/Android.bp5
-rw-r--r--drm/mediadrm/Android.bp1
-rw-r--r--drm/mediadrm/plugins/clearkey/default/Android.bp4
6 files changed, 0 insertions, 16 deletions
diff --git a/drm/libdrmframework/Android.bp b/drm/libdrmframework/Android.bp
index 43ba72bcb3..940c17d2b8 100644
--- a/drm/libdrmframework/Android.bp
+++ b/drm/libdrmframework/Android.bp
@@ -39,4 +39,3 @@ cc_library_shared {
cflags: ["-Werror"],
}
-subdirs = ["plugins/*"]
diff --git a/drm/libdrmframework/plugins/common/Android.bp b/drm/libdrmframework/plugins/common/Android.bp
deleted file mode 100644
index 213e57f859..0000000000
--- a/drm/libdrmframework/plugins/common/Android.bp
+++ /dev/null
@@ -1 +0,0 @@
-subdirs = ["util"]
diff --git a/drm/libdrmframework/plugins/forward-lock/Android.bp b/drm/libdrmframework/plugins/forward-lock/Android.bp
deleted file mode 100644
index f884c14986..0000000000
--- a/drm/libdrmframework/plugins/forward-lock/Android.bp
+++ /dev/null
@@ -1,4 +0,0 @@
-subdirs = [
- "FwdLockEngine",
- "internal-format",
-]
diff --git a/drm/libdrmframework/plugins/forward-lock/internal-format/Android.bp b/drm/libdrmframework/plugins/forward-lock/internal-format/Android.bp
deleted file mode 100644
index 9f58e264fd..0000000000
--- a/drm/libdrmframework/plugins/forward-lock/internal-format/Android.bp
+++ /dev/null
@@ -1,5 +0,0 @@
-subdirs = [
- "common",
- "converter",
- "decoder",
-]
diff --git a/drm/mediadrm/Android.bp b/drm/mediadrm/Android.bp
deleted file mode 100644
index b9f07f1ecd..0000000000
--- a/drm/mediadrm/Android.bp
+++ /dev/null
@@ -1 +0,0 @@
-subdirs = ["plugins/*"]
diff --git a/drm/mediadrm/plugins/clearkey/default/Android.bp b/drm/mediadrm/plugins/clearkey/default/Android.bp
index 7ba57088cc..9803d32d96 100644
--- a/drm/mediadrm/plugins/clearkey/default/Android.bp
+++ b/drm/mediadrm/plugins/clearkey/default/Android.bp
@@ -61,7 +61,3 @@ cc_library_shared {
},
}
-//########################################################################
-// Build unit tests
-
-subdirs = ["tests"]