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:
parent
07892ea610
commit
e40e4270e8
8 changed files with 0 additions and 22 deletions
|
@ -2,5 +2,3 @@ filegroup {
|
|||
name: "android_filesystem_config_header",
|
||||
srcs: ["include/private/android_filesystem_config.h"],
|
||||
}
|
||||
|
||||
subdirs = ["*"]
|
||||
|
|
|
@ -355,7 +355,3 @@ cc_binary {
|
|||
|
||||
init_rc: ["tombstoned/tombstoned.rc"],
|
||||
}
|
||||
|
||||
subdirs = [
|
||||
"crasher",
|
||||
]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
subdirs = ["*"]
|
|
@ -24,5 +24,3 @@ cc_library {
|
|||
local_include_dirs: ["include"],
|
||||
export_include_dirs: ["include"],
|
||||
}
|
||||
|
||||
subdirs = ["tests"]
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
subdirs = ["tests"]
|
||||
|
||||
cc_library {
|
||||
name: "libvndksupport",
|
||||
native_bridge_supported: true,
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
subdirs = ["*"]
|
|
@ -1,6 +0,0 @@
|
|||
subdirs = [
|
||||
"gatekeeper",
|
||||
"keymaster",
|
||||
"libtrusty",
|
||||
"storage/*",
|
||||
]
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue