Merge "remove deprecated bp 'subdirs'" am: aba02dbe6e
am: 22197eaea7
Change-Id: I1fa6f86992ac255469fc6958b7d7ef0659b0c8f7
This commit is contained in:
commit
d765a4bcca
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