remove deprecated bp 'subdirs'

noticed some, so thought I would remove them everywhere here

Bug: N/A
Test: N/A
Change-Id: I2978673b158d6c253914ea22f7f0129e446a5f91
This commit is contained in:
Steven Moreland 2020-01-14 12:18:40 -08:00
parent 07892ea610
commit e40e4270e8
8 changed files with 0 additions and 22 deletions

View file

@ -2,5 +2,3 @@ filegroup {
name: "android_filesystem_config_header",
srcs: ["include/private/android_filesystem_config.h"],
}
subdirs = ["*"]

View file

@ -355,7 +355,3 @@ cc_binary {
init_rc: ["tombstoned/tombstoned.rc"],
}
subdirs = [
"crasher",
]

View file

@ -1 +0,0 @@
subdirs = ["*"]

View file

@ -24,5 +24,3 @@ cc_library {
local_include_dirs: ["include"],
export_include_dirs: ["include"],
}
subdirs = ["tests"]

View file

@ -1,5 +1,3 @@
subdirs = ["tests"]
cc_library {
name: "libvndksupport",
native_bridge_supported: true,

View file

@ -1 +0,0 @@
subdirs = ["*"]

View file

@ -1,6 +0,0 @@
subdirs = [
"gatekeeper",
"keymaster",
"libtrusty",
"storage/*",
]

View file

@ -12,10 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
subdirs = [
"tipc-test",
]
cc_library {
name: "libtrusty",
vendor: true,