Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e40e4270 authored by Steven Moreland's avatar Steven Moreland
Browse files

remove deprecated bp 'subdirs'

noticed some, so thought I would remove them everywhere here

Bug: N/A
Test: N/A
Change-Id: I2978673b158d6c253914ea22f7f0129e446a5f91
parent 07892ea6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,5 +2,3 @@ filegroup {
    name: "android_filesystem_config_header",
    srcs: ["include/private/android_filesystem_config.h"],
}

subdirs = ["*"]
+0 −4
Original line number Diff line number Diff line
@@ -355,7 +355,3 @@ cc_binary {

    init_rc: ["tombstoned/tombstoned.rc"],
}

subdirs = [
    "crasher",
]

deprecated-adf/Android.bp

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
subdirs = ["*"]
+0 −2
Original line number Diff line number Diff line
@@ -24,5 +24,3 @@ cc_library {
    local_include_dirs: ["include"],
    export_include_dirs: ["include"],
}

subdirs = ["tests"]
+0 −2
Original line number Diff line number Diff line
subdirs = ["tests"]

cc_library {
    name: "libvndksupport",
    native_bridge_supported: true,
Loading