Merge "remove deprecated bp 'subdirs'"
This commit is contained in:
commit
aba02dbe6e
8 changed files with 0 additions and 22 deletions
|
|
@ -2,5 +2,3 @@ filegroup {
|
||||||
name: "android_filesystem_config_header",
|
name: "android_filesystem_config_header",
|
||||||
srcs: ["include/private/android_filesystem_config.h"],
|
srcs: ["include/private/android_filesystem_config.h"],
|
||||||
}
|
}
|
||||||
|
|
||||||
subdirs = ["*"]
|
|
||||||
|
|
|
||||||
|
|
@ -355,7 +355,3 @@ cc_binary {
|
||||||
|
|
||||||
init_rc: ["tombstoned/tombstoned.rc"],
|
init_rc: ["tombstoned/tombstoned.rc"],
|
||||||
}
|
}
|
||||||
|
|
||||||
subdirs = [
|
|
||||||
"crasher",
|
|
||||||
]
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
subdirs = ["*"]
|
|
||||||
|
|
@ -24,5 +24,3 @@ cc_library {
|
||||||
local_include_dirs: ["include"],
|
local_include_dirs: ["include"],
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
}
|
}
|
||||||
|
|
||||||
subdirs = ["tests"]
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
subdirs = ["tests"]
|
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libvndksupport",
|
name: "libvndksupport",
|
||||||
native_bridge_supported: true,
|
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
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
subdirs = [
|
|
||||||
"tipc-test",
|
|
||||||
]
|
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libtrusty",
|
name: "libtrusty",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue