Skip to content

Commit

Permalink
remove deprecated bp 'subdirs'
Browse files Browse the repository at this point in the history
noticed some, so thought I would remove them everywhere here

Bug: N/A
Test: N/A
Change-Id: I2978673b158d6c253914ea22f7f0129e446a5f91

Former-commit-id: e40e4270e8fc539abfb11ba238ca6b3f308f0ab7
  • Loading branch information
smore-lore committed Jan 14, 2020
1 parent 211a832 commit 3244a05
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ filegroup {
name: "android_filesystem_config_header",
srcs: ["include/private/android_filesystem_config.h"],
}

subdirs = ["*"]
4 changes: 0 additions & 4 deletions debuggerd/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,3 @@ cc_binary {

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

subdirs = [
"crasher",
]
1 change: 0 additions & 1 deletion deprecated-adf/Android.bp

This file was deleted.

2 changes: 0 additions & 2 deletions deprecated-adf/libadf/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ cc_library {
local_include_dirs: ["include"],
export_include_dirs: ["include"],
}

subdirs = ["tests"]
2 changes: 0 additions & 2 deletions libvndksupport/Android.bp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
subdirs = ["tests"]

cc_library {
name: "libvndksupport",
native_bridge_supported: true,
Expand Down
1 change: 0 additions & 1 deletion property_service/Android.bp

This file was deleted.

6 changes: 0 additions & 6 deletions trusty/Android.bp

This file was deleted.

4 changes: 0 additions & 4 deletions trusty/libtrusty/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3244a05

Please sign in to comment.